Update padding and margins
This commit is contained in:
parent
c416b22501
commit
9ee2d46967
@ -764,7 +764,8 @@ div.header + li {
|
|||||||
max-width: 1400px;
|
max-width: 1400px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
padding: 10rem 3.3rem 10rem;
|
padding: 3rem 3.3rem 10rem;
|
||||||
|
top: 101px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@ -976,7 +977,7 @@ h2:after, h3.fn:after {
|
|||||||
div.footer {
|
div.footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border-top: 1px solid #dbdbdb;
|
border-top: 1px solid #dbdbdb;
|
||||||
bottom: 0;
|
bottom: -101px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user