1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-22 14:59:33 +00:00

Update landing styles

This commit is contained in:
Daniel Supernault 2023-04-09 12:16:52 -06:00
parent 738925c20d
commit 3ba32edfc9
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -30,7 +30,13 @@ body {
span { span {
font-weight: bold; font-weight: bold;
font-size: 24px; font-size: 14px;
display: none;
@include media-breakpoint-up(sm) {
display: block;
font-size: 18px;
}
} }
} }