lib/generators/timequake/templates/timequake_overrides.scss in timequake-2.0.0 vs lib/generators/timequake/templates/timequake_overrides.scss in timequake-2.0.1
- old
+ new
@@ -14,9 +14,14 @@
$medium: 600px;
$large: 800px;
$xlarge: 1200px;
$xxlarge: 1900px;
+//LAYOUT
+$row-width: 1200px;
+$mobile-gutter: 0 10px;
+$desktop-gutter: 0 10px;
+
// COLORS
// class e.g.
// .black { color: $black !important; }
// .black-bg { background-color: $black !important; }
$black: #000;