clean up footer

This commit is contained in:
codl 2017-08-09 14:39:51 +02:00
parent 994e0b1366
commit 279cb21f95
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
2 changed files with 12 additions and 11 deletions

View File

@ -23,9 +23,6 @@ h1 img {
margin-left: 2.5rem;
}
body > section {
margin-bottom: 3rem;
}
@ -113,13 +110,19 @@ label {
}
footer {
text-align: center;
color: #555;
font-size: 0.9rem;
margin-top: 5rem;
margin-bottom: 5rem;
margin-bottom: 3rem;
display: flex;
flex-direction: row;
justify-content: center;
}
footer p {
margin: 0 0.7rem;
}
footer a {
color: inherit;
}

View File

@ -23,11 +23,9 @@
</header>
{% block body %}{% endblock %}
<footer>
Forget {{version or "dev"}}
-
A <a href="https://twitter.com/codl">codl</a> joint
-
<a href="https://github.com/codl/forget">Code on Github</a>
<p>Forget {{version or "dev"}}</p>
<p>A <a href="https://twitter.com/codl">codl</a> joint</p>
<p><a href="https://github.com/codl/forget">Code on Github</a></p>
</footer>
</body>
</html>