Clear floats

This commit is contained in:
Michael Rose 2018-03-20 14:39:15 -04:00
parent 467a748815
commit ffef5a93de

View file

@ -308,6 +308,7 @@
} }
.archive__subtitle { .archive__subtitle {
clear: both;
border: 0; border: 0;
} }
@ -354,6 +355,7 @@
.back-to-top { .back-to-top {
display: block; display: block;
clear: both;
color: lighten($text-color, 50%); color: lighten($text-color, 50%);
font-size: 0.6em; font-size: 0.6em;
text-transform: uppercase; text-transform: uppercase;