waste less space on mobile
This commit is contained in:
parent
944b9412f4
commit
81cc2a68ec
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user