Fix invalid sass syntax

This commit is contained in:
Lorin Werthen 2017-01-07 15:16:14 +01:00 committed by Jeremy Thomas
parent 033677f631
commit 26a084c3b7

View File

@ -173,8 +173,10 @@
// Responsiveness
$tablet: 769px !default
$desktop: 1000px !default // 960px container + 40px
$widescreen: 1192px !default // 1152px container + 40
// 960px container + 40px
$desktop: 1000px !default
// 1152px container + 40
$widescreen: 1192px !default
// 960 and 1152 have been chosen because
// they are divisible by both 12 and 16