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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
|
||||
.pager {
|
||||
margin: -1.5em 1em 1em;
|
||||
position: static;
|
||||
|
||||
.btn {
|
||||
min-width: unset;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
|
||||
.markup {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
p a {
|
||||
transition-property: color, padding, margin;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
|
||||
}
|
||||
|
||||
@@ -80,7 +80,6 @@
|
||||
}
|
||||
|
||||
strong {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
grid-area: name;
|
||||
font-size: 1.2em;
|
||||
line-height: 1.1;
|
||||
|
||||
Reference in New Issue
Block a user