mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update landing styles
This commit is contained in:
parent
738925c20d
commit
3ba32edfc9
1 changed files with 7 additions and 1 deletions
8
resources/assets/sass/landing.scss
vendored
8
resources/assets/sass/landing.scss
vendored
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue