Skip to content
Snippets Groups Projects
Verified Commit efe021d3 authored by Isabella Skořepová's avatar Isabella Skořepová
Browse files

Add bottom margin to headers

Fixes #11
parent a1615e36
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@ nav.subnav li {
}
h3, h4, h5, h6 {
max-width: $p-max-width;
margin: 1rem auto 0 auto;
margin: 1rem auto .5rem auto;
text-align: left;
}
h3 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment