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

46 lines
1.1 KiB
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;
}
*/
#block-geofresco-local-tasks {
position: relative;
top: -1.5rem; }
.footer {
background-image: url("/themes/custom/geofresco/images/grassland-wark-forest.jpg");
background-position: center;
height: 40rem;
background-size: cover; }
/* 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,
.subtitle,
.subtitle:not(:last-child),
.title:not(:last-child) {
margin-bottom: 0.5em; }
.tag.hidden {
display: none; }
/* Comment section TODO move to a proper non-overrides section, possibly into Octavia base theme! */
.comment-indicator {
position: absolute;
left: -4rem; }
.comment-section {
display: block; }
.comment-section article {
padding-bottom: 0; }
.comment-section .content p:not(:last-child) {
margin-bottom: 0; }