| Index: static/scss/_base.scss |
| =================================================================== |
| --- a/static/scss/_base.scss |
| +++ b/static/scss/_base.scss |
| @@ -22,26 +22,16 @@ |
| { |
| color: $primary; |
| background-color: $primary-light; |
| font-family: $primary-font; |
| line-height: 1.5; |
| } |
| /** |
| - * Stretch content full-width |
| - */ |
| -.full-width |
| -{ |
| - display: block; |
| - width: 100%; |
| - margin: $small-space 0px; |
| -} |
| - |
| -/** |
| * Center content within a (responsive) fixed width |
| */ |
| .container |
| { |
| width: $phone-width; |
| max-width: 100%; |
| margin: 0px auto; |
| padding: 0px $small-space; |
| @@ -66,19 +56,8 @@ |
| @media(min-width: $large-desktop-breakpoint) |
| { |
| .container |
| { |
| width: $large-desktop-width; |
| } |
| } |
| -.clearfix:after, |
| -.clearfix:before |
| -{ |
| - display: table; |
| - content: " "; |
| -} |
| - |
| -.clearfix:after |
| -{ |
| - clear: both; |
| -} |