Closed harwinds closed 3 years ago
Looking for a possible solution to reduce/decrease the margin or padding size above headings.
Overwrite in _sass/my-inline.scss:
_sass/my-inline.scss
h1, h2, h3, .h1, .h2, .h3 { margin: 4rem 0 1rem; } h4, h5, h6, .h4, .h5, .h6 { margin: 3rem 0 .5rem; }
Looking for a possible solution to reduce/decrease the margin or padding size above headings.