Added additional padding to the #mainContainer div.
This commit is contained in:
parent
b35db2b202
commit
8ef36ce404
|
@ -41,7 +41,7 @@ h1 {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
#mainContainer {
|
#mainContainer {
|
||||||
padding-top: 70px;
|
padding-top: 85px;
|
||||||
padding-bottom: 2%;
|
padding-bottom: 2%;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
|
box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
|
||||||
|
|
Reference in New Issue