Try to deal better with overflow

ALso align images right in carousel
This commit is contained in:
Max L. 2023-11-24 12:45:28 +01:00
parent 6f9459fb3e
commit 876f2bb7ad
No known key found for this signature in database
GPG key ID: 2F963B95632B8467
2 changed files with 10 additions and 1 deletions

View file

@ -52,6 +52,8 @@
.carousel .card-text {
font-size: 1.4em;
overflow: hidden;
max-height: 60vh;
}
.card {
@ -201,6 +203,7 @@ body {
margin-top: 0px !important;
margin-bottom: 10px !important;
align-items: center;
float: right;
}
.text-muted {