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

Merge branch 'master' into nav-redo

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-03-23 09:29:45 -07:00
34 changed files with 2132 additions and 275 deletions

View File

@@ -74,8 +74,6 @@ body.gdb, body.hrt {
} }
.gutter {
// page-break-inside: avoid;
// page-break-before: avoid;
@media screen and (min-width: 800px) {
position: relative;
@@ -103,6 +101,10 @@ body.gdb, body.hrt {
flex-direction: column;
align-items: center;
.tweet {
flex: none;
}
&.flex-end {
justify-content: flex-end;
}