Comment out possibly-not-wanted style changes for now

This commit is contained in:
benjamin melançon 2019-07-28 13:09:16 -04:00
parent 20a1dfab6a
commit 64f99a9b9a
3 changed files with 6 additions and 1 deletions

View file

@ -2,6 +2,7 @@
// Extend or override Bulma's elements ../../node_modules/bulma/sass/elements // Extend or override Bulma's elements ../../node_modules/bulma/sass/elements
// Style the slogan shown at the top of each page // Style the slogan shown at the top of each page
/*
.slogan.title { .slogan.title {
color: $red; color: $red;
font-style: italic; font-style: italic;
@ -23,3 +24,4 @@
color: $red; color: $red;
} }
} }
*/

View file

@ -1,6 +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
/*
.hero-body { .hero-body {
padding: 2rem 1.5rem; padding: 2rem 1.5rem;
} }
*/

View file

@ -1,7 +1,8 @@
.navbar > .container > .navbar-brand { /* .navbar > .container > .navbar-brand {
margin-left: inherit; margin-left: inherit;
} }
.section { .section {
padding-top: 1.5rem; padding-top: 1.5rem;
} }
*/