uh, footer centering fix now

i broke this when i messed with the text flow. i sure don't know css.
master
Jordan Orelli 4 years ago
parent cd6897a837
commit 3bb60cc52e

@ -15,7 +15,4 @@
{{ .Site.Params.Author }} {{ .Site.Params.Author }}
{{ end }} {{ end }}
</p> </p>
<p class="powerby">
Powered by <a href="http://www.gohugo.io/">Hugo</a> Theme By <a href="https://github.com/nodejh/hugo-theme-cactus-plus">nodejh</a>
</p>
</footer> </footer>

@ -186,11 +186,12 @@ nav.navigation a.button {
/* footer */ /* footer */
#footer { #footer {
margin-top: 100px; display: flex;
margin-bottom: 100px; align-items: center;
text-align: center;
color: #bbbbbb; color: #bbbbbb;
font-size: 14px; font-size: 14px;
line-break: anywhere;
margin: 100px auto;
} }
#footer .copyright { #footer .copyright {
margin: 20px auto; margin: 20px auto;

Loading…
Cancel
Save