Update padding and margins

pull/135/head
Simon Stürz 2018-03-05 10:39:31 +01:00 committed by Michael Zanetti
parent c416b22501
commit 9ee2d46967
1 changed files with 3 additions and 2 deletions

View File

@ -764,7 +764,8 @@ div.header + li {
max-width: 1400px;
margin-left: auto;
margin-right: auto;
padding: 10rem 3.3rem 10rem;
padding: 3rem 3.3rem 10rem;
top: 101px;
width: 100%;
position: relative;
}
@ -976,7 +977,7 @@ h2:after, h3.fn:after {
div.footer {
position: absolute;
border-top: 1px solid #dbdbdb;
bottom: 0;
bottom: -101px;
left: 0;
width: 100%;
z-index: 5;