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;
|
||||
color: #999;
|
||||
text-align: center;
|
||||
margin-top: 2rem;
|
||||
padding-top: 1rem;
|
||||
border-top: 1px solid #444;
|
||||
}
|
||||
h1 {
|
||||
color: #bbb;
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@
|
|||
<main>
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
Powered by <a href="https://git.m724.eu/Minecon724/anonsubmit" style="color: #4CAF50; text-decoration: none;">anonsubmit</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
Powered by <a href="https://git.m724.eu/Minecon724/anonsubmit" style="color: #4CAF50; text-decoration: none;">anonsubmit</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue