Remove unnecessary extra div in footer

This commit is contained in:
Jake Howard 2022-08-26 23:25:02 +01:00
parent 0fbd36ce3e
commit d2e1cde927
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 6 additions and 4 deletions

View File

@ -10,4 +10,8 @@ footer.footer {
color: $grey-lighter;
}
}
.content p {
margin-bottom: 0.25rem;
}
}

View File

@ -1,13 +1,11 @@
{% load wagtailcore_tags static %}
<footer class="footer">
<div class="has-text-centered">
<div class="content has-text-centered">
<p>
&copy; <a href="{% pageurl homepage %}">TheOrangeOne</a> {% now "Y" %}
</p>
</div>
<div class="has-text-centered is-size-7" id="to-top">
<p>
<p id="to-top" class="is-size-7">
<a class="scroll-top">To top</a>
<a
id="to-top-elevator"