Begin switching to Sass comments

This commit is contained in:
benjamin melançon 2025-02-22 22:28:44 -05:00
parent ae81702195
commit aab893c1d9

View file

@ -1,10 +1,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) {
.sitename.column,
.logo.column {
@ -17,7 +15,7 @@
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 {
padding-top: 0;
.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--blog,
.page--content-item--collection,