Begin switching to Sass comments
This commit is contained in:
parent
ae81702195
commit
aab893c1d9
1 changed files with 4 additions and 6 deletions
|
@ -1,10 +1,8 @@
|
||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/**
|
// Extend or override Bulma's layouts ../../node_modules/bulma/sass/layout
|
||||||
* Extend or override Bulma's layouts ../../node_modules/bulma/sass/layout
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Center logo & sitename when they stack on tiny screens. */
|
|
||||||
|
|
||||||
|
// Center logo & sitename when they stack on tiny screens.
|
||||||
@include until($mini) {
|
@include until($mini) {
|
||||||
.sitename.column,
|
.sitename.column,
|
||||||
.logo.column {
|
.logo.column {
|
||||||
|
@ -17,7 +15,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Allow the primary page content to be flush with the bottom of the slogan. */
|
// Allow the primary page content to be flush with the bottom of the slogan.
|
||||||
.main-section {
|
.main-section {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
.group-header {
|
.group-header {
|
||||||
|
@ -25,7 +23,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* On certain node pages, drop the title over (where we want) the image (to be). */
|
// On certain node pages, drop the title over (where we want) the image (to be).
|
||||||
.page--content-item--article,
|
.page--content-item--article,
|
||||||
.page--content-item--blog,
|
.page--content-item--blog,
|
||||||
.page--content-item--collection,
|
.page--content-item--collection,
|
||||||
|
|
Loading…
Add table
Reference in a new issue