Reduce the amount of space above and below headers. Now things seem much easier to read!!
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
{{ partial "head.html" . }}
|
{{ partial "head.html" . }}
|
||||||
{{ partial "favicons.html" . }}
|
{{ partial "favicons.html" . }}
|
||||||
{{ partial "meta.html" . }}
|
{{ partial "meta.html" . }}
|
||||||
|
<link rel="stylesheet" href="/css/styles.css">
|
||||||
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
{{ block "body" . }}
|
{{ block "body" . }}
|
||||||
|
|||||||
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