geo-coop/web/themes/custom/geofresco/dist/css/overrides.css

20 lines
414 B
CSS
Raw Normal View History

2019-07-31 13:36:22 -04:00
.navbar > .container > .navbar-brand {
margin-left: inherit; }
.navbar > .container > .navbar-menu {
margin-right: inherit; }
2019-07-31 19:40:54 -04:00
.block-system-branding-block > figure {
margin-right: inherit; }
2019-07-31 13:36:22 -04:00
/*
.section {
2019-07-28 13:12:23 -04:00
padding-top: 1.5rem;
}
*/
2019-07-29 07:51:23 -04:00
.footer {
background-image: url("/themes/custom/geofresco/images/grassland-wark-forest.jpg");
background-position: center;
height: 40rem;
background-size: cover; }