Comment out possibly-not-wanted style changes for now
This commit is contained in:
parent
20a1dfab6a
commit
64f99a9b9a
3 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
@charset "UTF-8";
|
||||
// Extend or override Bulma's layouts ../../node_modules/bulma/sass/layout
|
||||
|
||||
/*
|
||||
.hero-body {
|
||||
padding: 2rem 1.5rem;
|
||||
}
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
.navbar > .container > .navbar-brand {
|
||||
/* .navbar > .container > .navbar-brand {
|
||||
margin-left: inherit;
|
||||
}
|
||||
|
||||
.section {
|
||||
padding-top: 1.5rem;
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue