Reduce the amount of space above and below headers. Now things seem much easier to read!!
This commit is contained in:
9
static/css/style.css
Normal file
9
static/css/style.css
Normal file
@@ -0,0 +1,9 @@
|
||||
/* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user