Fragment jumps now respect fixed navbars
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -60,11 +60,3 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</header>
|
||||
|
||||
{% if site.data.notification.show %}
|
||||
<div class="container my-3">
|
||||
<div class="alert alert-{{ site.data.notification.type }}" role="alert">
|
||||
{{ site.data.notification.text }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user