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:
parent
2ab6083ebe
commit
f921f45787
File diff suppressed because one or more lines are too long
@ -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 %}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user