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; margin-left: 2.5rem;
} }
body > section { body > section {
margin-bottom: 3rem; margin-bottom: 3rem;
} }
@ -113,13 +110,19 @@ label {
} }
footer { footer {
text-align: center;
color: #555;
font-size: 0.9rem; font-size: 0.9rem;
margin-top: 5rem; 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 { footer a {
color: inherit; color: inherit;
} }

View File

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