clean up footer
This commit is contained in:
parent
994e0b1366
commit
279cb21f95
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue