Remove extra whitespace above navbar and logo etc on mobile
This padding won't have any effect on non-mobile, as the columns aren't collapsed
This commit is contained in:
parent
27b7bf664b
commit
f2cadfb5ca
2 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
|||
@charset "UTF-8";
|
||||
// Extend or override Bulma's layouts ../../node_modules/bulma/sass/layout
|
||||
|
||||
/*
|
||||
.hero-body {
|
||||
padding: 2rem 1.5rem;
|
||||
// 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;
|
||||
}
|
||||
*/
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
{% if page.header_user or page.header_search %}
|
||||
<div class="container">
|
||||
<div class="columns">
|
||||
<div class="column"></div>
|
||||
<div class="column top-empty"></div>
|
||||
{% if page.header_user %}
|
||||
<div class="column user-account-menu">
|
||||
{{ page.header_user }}
|
||||
|
|
Loading…
Add table
Reference in a new issue