19 lines
414 B
CSS
19 lines
414 B
CSS
.navbar > .container > .navbar-brand {
|
|
margin-left: inherit; }
|
|
|
|
.navbar > .container > .navbar-menu {
|
|
margin-right: inherit; }
|
|
|
|
.block-system-branding-block > figure {
|
|
margin-right: 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; }
|