... because even though SCSS is protecting me now, i'll get burnt (again) later. Also, remove a commented-out line.
18 lines
316 B
SCSS
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;
|
|
}
|