@charset "UTF-8"; /** * Extend or override Bulma's layouts ../../node_modules/bulma/sass/layout */ /* Center logo & sitename when they stack on tiny screens. */ @include until($mini) { .sitename.column, .logo.column { width: 100%; } } .search-bar > .block, .logo > .image { display: inline-block; } /* Allow the primary page content to be flush with the bottom of the slogan. */ .main-section { padding-top: 0; .group-header { padding-top: 0; } } /* On any page except the home, drop the title over (where we want) the image (to be). */ .page-title { height: 0; position: relative; overflow: visible; z-index: 10; } /* If there's no featured image, leave enough blank space for the dropping down title. */ .content.no-featured-image { margin-top: 4rem; }