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; color: $grey-lighter;
} }
} }
.content p {
margin-bottom: 0.25rem;
}
} }

View File

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