waste less space on mobile

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

View File

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