Skip to content
Snippets Groups Projects
Commit de2fd0c7 authored by Julien Schmidt's avatar Julien Schmidt
Browse files

fix body margin

parent c9583ef7
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@
{{ if .Params.HeaderStats }}{{ partial "header-stats.html" . }}{{ end }}
</div>
</header>
<div class="container">
<div class="container" id="main">
{{ block "main" . }}{{.Content}}{{ end }}
</div>
</article>
......
......@@ -564,6 +564,10 @@ a:hover, a:active {
text-decoration: underline;
}
#main {
margin-top: 30px;
}
footer {
background: #363636;
flex-shrink: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment