1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-26 04:52:43 +00:00

Lots more little tweaks ahead of launch

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-02-20 18:19:34 -08:00
parent 1c45fdaf33
commit f780d33cad
9 changed files with 13 additions and 12 deletions

View File

@@ -78,7 +78,7 @@ header {
justify-content: space-between;
align-items: center;
@media (max-width: 500px) {
@media (max-width: 800px) {
flex-direction: column;
// align-items: stretch; // uncomment after menu items are added back
}

View File

@@ -93,6 +93,7 @@
.pager {
margin: -1.5em 1em 1em;
position: static;
.btn {
min-width: unset;

View File

@@ -1,5 +1,6 @@
.markup {
-webkit-font-smoothing: antialiased;
p a {
transition-property: color, padding, margin;

View File

@@ -1,11 +1,15 @@
.pager {
position: sticky;
bottom: 0;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 5px;
justify-content: center;
align-items: center;
margin: 1em 0;
padding: 1em 0;
margin-top: -1em;
&.top {
margin: 0 0 1em;

View File

@@ -1,7 +1,7 @@
body.page {
@media (max-width: 500px) {
font-size: 0.8em;
font-size: 0.9em;
}
header {
@@ -100,6 +100,4 @@ body.page {
margin-bottom: 1em;
}
// @import "./pager";
}

View File

@@ -80,7 +80,6 @@
}
strong {
-webkit-font-smoothing: antialiased;
grid-area: name;
font-size: 1.2em;
line-height: 1.1;