Index: static/scss/_base.scss |
=================================================================== |
--- a/static/scss/_base.scss |
+++ b/static/scss/_base.scss |
@@ -65,8 +65,20 @@ |
@media(min-width: $large-desktop-breakpoint) |
{ |
.container |
{ |
width: $large-desktop-width; |
} |
} |
+ |
+.clearfix:after, |
ire
2017/10/16 08:03:36
NIT: I think these should be in a _utilities.scss
juliandoucette
2017/10/17 13:21:38
Acknowledged.
I will address this separately.
|
+.clearfix:before |
+{ |
+ display: table; |
+ content: " "; |
+} |
+ |
+.clearfix:after |
+{ |
+ clear: both; |
+} |