Center logo & sitename when they stack on tiny screens

No really that's what that does.
This commit is contained in:
Benjamin Melançon 2019-08-19 10:50:56 -04:00
parent ebbc647f39
commit 00a13ef4b6
2 changed files with 15 additions and 0 deletions

View file

@ -1,2 +1,15 @@
@charset "UTF-8";
// Extend or override Bulma's layouts ../../node_modules/bulma/sass/layout
@include until($mini) {
.sitename.column,
.logo.column {
width: 100%;
}
}
.search-bar > .block,
.logo > .image {
display: inline-block;
}