actually proper mobile layout

This commit is contained in:
Lilian Jónsdóttir 2024-01-24 19:46:35 -08:00
parent c2d72f475c
commit 4bd2a060e0

View file

@ -105,24 +105,16 @@ h2 {
#leftfooter, #leftfooter,
#rightfooter { #rightfooter {
position: fixed; position: relative;
right: 10px; text-align: center;
text-align: right; right: 0px;
left: 0px; left: 0px;
display: block; display: block;
font-size: 2vw; font-size: 2vw;
} }
#leftfooter {
bottom: 10px;
}
#rightfooter {
bottom: 35px;
}
#stuff { #stuff {
margin: 15px 25px 25px 25px; margin: 15px 25px 75px 25px;
} }
a.links { a.links {