Files
hugo-recipes/static/css/style.css

10 lines
170 B
CSS

/* Prevent excess gaps underneath headers. Looks horrible! */
h1,h2,h3 {
margin-bottom: 8px;
margin-top: 4px;
}
h4,h5,h6 {
margin-bottom: 4px;
margin-top: 2px;
}