actually proper mobile layout
This commit is contained in:
parent
c2d72f475c
commit
4bd2a060e0
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue