Move footer off content
This commit is contained in:
parent
2657849748
commit
1c79fb1360
2 changed files with 4 additions and 7 deletions
|
|
@ -32,9 +32,6 @@ footer {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
color: #999;
|
color: #999;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 2rem;
|
|
||||||
padding-top: 1rem;
|
|
||||||
border-top: 1px solid #444;
|
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,10 @@
|
||||||
<main>
|
<main>
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</main>
|
</main>
|
||||||
|
</div>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
Powered by <a href="https://git.m724.eu/Minecon724/anonsubmit" style="color: #4CAF50; text-decoration: none;">anonsubmit</a>
|
Powered by <a href="https://git.m724.eu/Minecon724/anonsubmit" style="color: #4CAF50; text-decoration: none;">anonsubmit</a>
|
||||||
</div>
|
</footer>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue