geo-coop/web/themes/custom/geofresco/src/global/overrides.scss

23 lines
437 B
SCSS

// this is needed to override weirdness that Bulma theme is doing in its
// own overrides file.
.navbar > .container {
> .navbar-brand {
margin-left: inherit;
}
> .navbar-menu {
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;
}