Remove footer and add space to bottom of page

This commit is contained in:
Joe Hutchinson
2019-03-26 13:05:08 -04:00
parent fa4c278d69
commit f909d2f5d4
4 changed files with 2 additions and 4 deletions

View File

@@ -19,7 +19,6 @@
{{ if $paginator.HasNext }}<a href="{{ $paginator.Next.URL }}" class="pagination-older">Older Posts &gt;</a>{{ end }}
</nav>
{{ end -}}
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}
</body>
</html>

View File

@@ -28,7 +28,6 @@
{{ end }}
{{ partial "home-card.html" . }}
</nav>
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}
</body>
</html>

File diff suppressed because one or more lines are too long

View File

@@ -5,7 +5,7 @@ body {
font-size: 1.1em;
background-color: #ecedef;
margin: 0;
padding: 0;
padding: 0 0 2em 0;
display: flex;
flex-direction: column;
align-items: center;