From 83d39db2b70fd5aa4327ac1a71a297f1958c6200 Mon Sep 17 00:00:00 2001 From: Jonas Date: Sun, 14 Apr 2013 11:09:15 +0200 Subject: Tidy content and styling. --- style.scss | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index 4cc6792..c225aca 100644 --- a/style.scss +++ b/style.scss @@ -8,10 +8,10 @@ $link-color: white; // $link-visited-color: white; // h5bp -$line-height: 1.4; +$line-height: 1; $font-color: lightblue; $font-family: sans-serif; -$font-size: 1em; +$font-size: 2em; $selected-font-color: yellow; $selected-background-color: orange; @@ -19,17 +19,24 @@ $selected-background-color: orange; body { background-color: darkred; + color: $font-color; + line-height: $line-height; + font-size: $font-size; } article { + margin: 0 auto; + max-width: 20em; text-align: center; } a { @include link-colors($link-color); + @include hover-link; } #coin { - width: 20em; + margin: 1em; + width: 10em; height: auto; } -- cgit v1.2.3