Minor styling tweaks

This commit is contained in:
Peder Bergebakken Sundt 2018-08-12 03:56:45 +02:00
parent 52a50017c6
commit 3dc3b37044
1 changed files with 5 additions and 1 deletions

View File

@ -217,6 +217,10 @@ nav #usermenu li:first-child:hover {
right: 0;
top: 0;
}
main {
margin-left: 1em !important;
margin-right: 1em !important;
}
}
body {
@ -230,7 +234,7 @@ body {
main {
box-sizing: border-box;
padding: 5em 15vw 2em 15vw;
margin: 5em 15vw 2em 15vw;
background-color: #fff;
}