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
|
// 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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue