[UG] Add space to titles for better readability

This commit is contained in:
Little J 2020-02-24 20:04:59 +01:00
parent a4f24fa45a
commit dffa6981ca
No known key found for this signature in database
GPG Key ID: 145D71A6A196C825

View File

@ -1,5 +1,14 @@
@import 'theme.css';
h1 {
margin-bottom: 2rem;
}
h2, h3 {
margin-bottom: 2rem;
margin-top: 3rem;
}
.highlighted {
padding: 0px !important;
font-weight: inherit !important;