1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-28 01:10:58 +01:00

Fixed missing top padding for h1 on 404 page

This commit is contained in:
squidfunk 2017-04-06 17:04:40 +02:00 committed by Martin Donath
parent 2ab6083ebe
commit f921f45787
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@
<script src="{{ base_url }}/assets/javascripts/modernizr-56ade86843.js"></script>
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-e71521a2a2.css">
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-60987dc207.css">
{% if config.extra.palette %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-f78e5cb881.palette.css">
{% endif %}

View File

@ -81,7 +81,7 @@
}
// Correct headline offset with padding due to margin layering
h1[id] {
h1 {
padding-top: 0.8rem;
// Hide anchor for top-level heading, as it makes no sense