Minor styling tweaks
This commit is contained in:
parent
52a50017c6
commit
3dc3b37044
|
@ -217,6 +217,10 @@ nav #usermenu li:first-child:hover {
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
main {
|
||||||
|
margin-left: 1em !important;
|
||||||
|
margin-right: 1em !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -230,7 +234,7 @@ body {
|
||||||
|
|
||||||
main {
|
main {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 5em 15vw 2em 15vw;
|
margin: 5em 15vw 2em 15vw;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue