1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Fix a bunch of css issues with printing the site

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-02-10 14:24:24 -08:00
parent a0c96d4be4
commit ad4ca1c337
6 changed files with 121 additions and 53 deletions

View File

@@ -149,7 +149,7 @@ header {
}
@media (min-width: 500px) {
body:not(.front-page) header + * {
body:not(.front-page):not(.longform) header + * {
margin-top: $header-full-height;
}
}