waste less space on mobile

This commit is contained in:
kageru 2023-01-31 14:34:47 +01:00
parent 944b9412f4
commit 81cc2a68ec

@ -108,6 +108,13 @@ h2 {
.column { .column {
width: 100%; width: 100%;
} }
body {
width: 95%;
padding: 3%;
}
#bottom {
bottom: 1em;
}
} }
.row:after { .row:after {
content: ""; content: "";
@ -118,7 +125,7 @@ h2 {
/* little floaty thing at the bottom with links to home and help */ /* little floaty thing at the bottom with links to home and help */
#bottom { #bottom {
position: fixed; position: fixed;
bottom: 3em; bottom: 2em;
right: 10%; right: 10%;
background-color: var(--bg2); background-color: var(--bg2);
z-index: 2; z-index: 2;