Remove unnecessary extra div in footer
This commit is contained in:
parent
0fbd36ce3e
commit
d2e1cde927
2 changed files with 6 additions and 4 deletions
|
@ -10,4 +10,8 @@ footer.footer {
|
|||
color: $grey-lighter;
|
||||
}
|
||||
}
|
||||
|
||||
.content p {
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,13 +1,11 @@
|
|||
{% load wagtailcore_tags static %}
|
||||
|
||||
<footer class="footer">
|
||||
<div class="has-text-centered">
|
||||
<div class="content has-text-centered">
|
||||
<p>
|
||||
© <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"
|
||||
|
|
Loading…
Reference in a new issue