Start converting header, nav etc to all bulma columns
This commit is contained in:
parent
3971990b6e
commit
0565057444
4 changed files with 47 additions and 38 deletions
|
@ -2,7 +2,7 @@
|
|||
// Extend or override Bulma's elements ../../node_modules/bulma/sass/elements
|
||||
|
||||
|
||||
.geo-title {
|
||||
.site-title {
|
||||
display: inline-block;
|
||||
width: 4.5em;
|
||||
font-size: 37px;
|
||||
|
|
|
@ -1,9 +1,2 @@
|
|||
@charset "UTF-8";
|
||||
// Extend or override Bulma's layouts ../../node_modules/bulma/sass/layout
|
||||
|
||||
// Hiding or making the top empty have no padding screws
|
||||
// up the layout and i have no idea why, but cut the
|
||||
// padding in half and it comes out perfect. *shrug*
|
||||
.empty-top {
|
||||
padding: 0.375rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue