mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
Increase header spacings
This commit is contained in:
parent
36febe9835
commit
f7521cf3ef
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue