13 lines
280 B
CSS
13 lines
280 B
CSS
/* .navbar > .container > .navbar-brand {
|
|
margin-left: inherit;
|
|
}
|
|
|
|
.section {
|
|
padding-top: 1.5rem;
|
|
}
|
|
*/
|
|
.footer {
|
|
background-image: url("/themes/custom/geofresco/images/grassland-wark-forest.jpg");
|
|
background-position: center;
|
|
height: 40rem;
|
|
background-size: cover; }
|