diff --git a/site/index.html b/site/index.html index e77aa09..e372aa7 100644 --- a/site/index.html +++ b/site/index.html @@ -94,5 +94,10 @@

+ diff --git a/site/styles.scss b/site/styles.scss index 47ea5e5..1db0458 100644 --- a/site/styles.scss +++ b/site/styles.scss @@ -14,8 +14,6 @@ body { font-family: Lack, sansserif; font-size: 1.5em; line-height: 1.4em; - - margin-bottom: 60px; } a { @@ -283,3 +281,12 @@ header { transform: rotate(39deg); } } + +footer { + font-size: 0.8rem; + opacity: 0.4; + + margin-top: 70px; + line-height: 100%; + text-align: right; +}