style: bigger text for post description on home list
This commit is contained in:
parent
c03dfc00e7
commit
caa52728cb
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue