Increase header spacings

This commit is contained in:
ItsDrike 2021-08-26 02:21:38 +02:00
parent 36febe9835
commit f7521cf3ef
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -143,6 +143,10 @@ table td {
} }
.content { .content {
h1, h2, h3, h4, h5, h6 {
margin-top: $headings-margin-bottom * 2.2;
}
table { table {
@extend .table, .table-dark, .table-striped; @extend .table, .table-dark, .table-striped;
margin: 0 auto; margin: 0 auto;