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

@@ -105,6 +105,14 @@ body.gdb, body.hrt {
display: flex;
flex-direction: column;
align-items: center;
&.flex-end {
justify-content: flex-end;
}
&.flex-center {
justify-content: center;
}
}
> a > img:not(.card-img-top), > img {