Change css style sheets.

This commit is contained in:
Andrey Shitov
2015-06-13 22:33:01 +03:00
parent da994e5a7c
commit 7b5a6dc624
5 changed files with 55 additions and 57 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
// Our variables
$base-font-family: Helvetica, Arial, sans-serif;
$base-font-family: Verdana, Helvetica, Arial, sans-serif;
$base-font-size: 16px;
$small-font-size: $base-font-size * 0.875;
$base-line-height: 1.5;
@@ -22,7 +22,7 @@ $grey-color-light: lighten($grey-color, 40%);
$grey-color-dark: darken($grey-color, 25%);
// Width of the content area
$content-width: 800px;
$content-width: 1000px;
$on-palm: 600px;
$on-laptop: 800px;