Index: static/scss/_base.scss |
=================================================================== |
--- a/static/scss/_base.scss |
+++ b/static/scss/_base.scss |
@@ -20,21 +20,8 @@ |
html |
{ |
color: $primary; |
background-color: $primary-light; |
font-family: $primary-font; |
line-height: 1.5; |
} |
- |
-/** |
- * Center content within a (responsive) fixed width |
- */ |
-.container |
-{ |
- width: $container-width; |
- max-width: 100%; |
- margin-right: auto; |
- margin-left: auto; |
- padding-right: $small-space; |
- padding-left: $small-space; |
-} |