| Index: static/scss/base/_variables.scss |
| =================================================================== |
| --- a/static/scss/base/_variables.scss |
| +++ b/static/scss/base/_variables.scss |
| @@ -53,26 +53,21 @@ |
| $font-size-h5: $font-size-h4; |
| $font-size-h6: $font-size-h4; |
| // Font sizes (general) |
| $small-font: 0.9em; |
| $tiny-font: 0.8em; |
| -// Font weights |
| - |
| -$bold-weight: 600; |
|
ire
2017/10/26 10:46:26
The default is 600 so this wasn't needed anymore
|
| - |
| // Sizes /////////////////////////////////////////////////////////////////////// |
| // Container widths |
| -$content-width: 960px; |
| -$navbar-width: $content-width + 100px; |
| +$container-width: 960px; // $desktop-width |
| // Header & Footer |
| $site-header-height: 70px; |
| $site-header-content-line-height: 40px; |
| // Search form |