Prevent navbar from obfuscating post banner on mobile (fixes #61)
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
</div>
|
||||
{%- endif -%}
|
||||
|
||||
<h1 {% if page.extra.banner %}class="banner-margin"{%- endif -%}>{{ page.title }}</h1>
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
{%- if page.date -%}
|
||||
<small>
|
||||
|
Reference in New Issue
Block a user