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. --- index.da.html | 6 ++---- style.scss | 13 ++++++++++--- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/index.da.html b/index.da.html index fb27ff0..2e35e02 100644 --- a/index.da.html +++ b/index.da.html @@ -13,12 +13,10 @@
-

Tilgodebevis

1 Bitcoin -

Denne webside repræsenterer 1 (een) Bitcoin

-

Ejer: Jesper Smedegaard

-

Udsteder: Jonas & Siri

+

Tilgodebevis på 1 (een) Bitcoin til Jesper Smedegaard +fra Jonas & Siri

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