theme.html: remove unnecessary br.clear tag (#38221)

This commit is contained in:
Thomas Jund 2019-12-06 14:55:56 +01:00
parent 9c754afff5
commit cccf6244e9
2 changed files with 1 additions and 2 deletions

View File

@ -147,6 +147,7 @@ div#main-content {
#footer-wrapper {
clear: both;
margin-top: 1.5em;
padding: 0.7em 0 1.5em 0;
background-color: $footer-background;
color: $footer-color;

View File

@ -134,8 +134,6 @@
</div> <!-- #content -->
{% block content-post %}{% endblock %}
<br class="clear"/>
</div> <!-- #main-content -->
</div> <!-- #main-content-wrapper -->
</main>