Format SCSS to use CSS-safe comments so i don't break everything again when doing CSS
This commit is contained in:
parent
1293a3cbdd
commit
d38cdacedd
7 changed files with 66 additions and 12 deletions
|
@ -1,10 +1,14 @@
|
|||
@charset "UTF-8";
|
||||
// Extend or override Bulma's components,
|
||||
// ../../node_modules/bulma/sass/components
|
||||
/**
|
||||
* Extend or override Bulma's components,
|
||||
* ../../node_modules/bulma/sass/components
|
||||
*/
|
||||
|
||||
// Make menu items slightly less far apart so we never entirely lose
|
||||
// 'Community' on mid-size screens.
|
||||
// See https://gitlab.com/drutopia/octavia/issues/52
|
||||
/**
|
||||
* Make menu items slightly less far apart so we never entirely lose
|
||||
* 'Community' on mid-size screens.
|
||||
* See https://gitlab.com/drutopia/octavia/issues/52
|
||||
*/
|
||||
.navbar-item, .navbar-link {
|
||||
padding-left: .75rem;
|
||||
padding-right: .75rem;
|
||||
|
@ -14,8 +18,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Featured images on article pages
|
||||
|
||||
/* Featured images on article pages */
|
||||
.featured-image figure.image {
|
||||
width: 100vw;
|
||||
position: relative;
|
||||
|
@ -33,9 +36,7 @@
|
|||
padding: 0.5rem 1.5rem 1.5rem;
|
||||
}
|
||||
|
||||
// Give titles, from which we removed the Hero classes, the same padding
|
||||
// as sections.
|
||||
|
||||
/* Give titles, from which we removed the Hero classes, the same padding as sections. */
|
||||
.block-page-title-block {
|
||||
padding: 1rem 1.5rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue