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

30 lines
690 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-09-28 23:37:00 -04:00
#block-geofresco-local-tasks {
position: relative;
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; }
2019-09-29 12:44:32 -04:00
2019-09-29 12:50:22 -04:00
/* The not last child stuff is needed to prevent some crazy Bulma rule that
sets a margin of 1.5rem on bloody everything not last child. */
.title,
2019-09-29 12:44:32 -04:00
.title:not(:last-child) {
2019-09-29 12:50:22 -04:00
margin-bottom: 0.5em; }