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:
Benjamin Melançon 2019-08-08 17:42:21 -04:00
parent 27b7bf664b
commit f2cadfb5ca
2 changed files with 6 additions and 5 deletions

View file

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