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
// Style the slogan shown at the top of each page
/*
.slogan.title {
color: $red;
font-style: italic;
@ -23,3 +24,4 @@
color: $red;
}
}
*/

View file

@ -1,6 +1,8 @@
@charset "UTF-8";
// Extend or override Bulma's layouts ../../node_modules/bulma/sass/layout
/*
.hero-body {
padding: 2rem 1.5rem;
}
*/

View file

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