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;
|
color: $grey-lighter;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content p {
|
||||||
|
margin-bottom: 0.25rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
© <a href="{% pageurl homepage %}">TheOrangeOne</a> {% now "Y" %}
|
© <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"
|
||||||
|
|
Loading…
Reference in a new issue