|
@@ -173,8 +173,10 @@
|
|
// Responsiveness
|
|
// Responsiveness
|
|
|
|
|
|
$tablet: 769px !default
|
|
$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
|
|
// 960 and 1152 have been chosen because
|
|
// they are divisible by both 12 and 16
|
|
// they are divisible by both 12 and 16
|
|
|
|
|