Improve font sizes

This commit is contained in:
Max L. 2023-11-25 01:08:41 +01:00
parent c274648f09
commit c12f8220f4
No known key found for this signature in database
GPG key ID: 2F963B95632B8467

View file

@ -51,7 +51,7 @@
} }
.carousel .card-text { .carousel .card-text {
font-size: 1.4em; font-size: 1.6em;
overflow: hidden; overflow: hidden;
max-height: 60vh; max-height: 60vh;
} }
@ -208,7 +208,7 @@ body {
.text-muted { .text-muted {
color:#6c757d !important; color:#6c757d !important;
font-size: 1.2em; font-size: 1em;
text-align: right; text-align: right;
} }