style: bigger text for post description on home list

This commit is contained in:
Ayo Ayco 2024-06-12 16:01:52 +02:00
parent c03dfc00e7
commit caa52728cb

View file

@ -160,7 +160,7 @@ caption {
border-radius: 5px; border-radius: 5px;
border: 3px dotted rgba(141, 191, 66, 1); border: 3px dotted rgba(141, 191, 66, 1);
padding: 1em; padding: 1em;
font-size: small; font-size: var(--font-size-sm);
} }
#donate-form { #donate-form {
@ -501,7 +501,7 @@ iframe.mastodon-embed {
&__meta, &__meta,
&__description { &__description {
font-size: small; font-size: var(--font-size-base);
} }
&__title { &__title {