Start converting header, nav etc to all bulma columns

This commit is contained in:
Benjamin Melançon 2019-08-16 02:53:01 -04:00
parent 3971990b6e
commit 0565057444
4 changed files with 47 additions and 38 deletions

View file

@ -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;

View file

@ -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;
}