geo-coop/web/themes/custom/geofresco/src/global/_layout.scss
Benjamin Melançon eb6dafaac4 Convert non-CSS-valid comment syntax to CSS-valid
... because even though SCSS is protecting me now, i'll get burnt (again) later.

Also, remove a commented-out line.
2019-08-30 22:56:59 -04:00

18 lines
316 B
SCSS

@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;
}