templates/project/config.scss in cyaml-0.0.33 vs templates/project/config.scss in cyaml-0.0.34
- old
+ new
@@ -1,11 +1,10 @@
$layout_width: 1000px;
$layout_max_width: $layout_width;
$layout_min_width: $layout_width;
$display_3rd_column: none; /* #col2 (none|block) */
-$header_height: 200px;
+$header_height: 20px;
$content_height: auto;
-$footer_height: 50px;
+$footer_height: 250px;
$width_c1: 25%;
$width_c2: auto;
$width_c3: 50%;
-$yaml_img_dir: "/images";