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";
|
@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
|
||||||
|
|
||||||
/*
|
// Hiding or making the top empty have no padding screws
|
||||||
.hero-body {
|
// up the layout and i have no idea why, but cut the
|
||||||
padding: 2rem 1.5rem;
|
// 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 %}
|
{% if page.header_user or page.header_search %}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column"></div>
|
<div class="column top-empty"></div>
|
||||||
{% if page.header_user %}
|
{% if page.header_user %}
|
||||||
<div class="column user-account-menu">
|
<div class="column user-account-menu">
|
||||||
{{ page.header_user }}
|
{{ page.header_user }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue