Clear floats
This commit is contained in:
parent
467a748815
commit
ffef5a93de
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue