From dfdfa949ff8e48fd6fab1f19f0724360c370b68b Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 26 Jul 2016 13:26:19 +0200 Subject: [PATCH] add byline, link style --- site/assets/style.css | 23 ++++++++++++++++++++++- site/index.html | 4 ++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/site/assets/style.css b/site/assets/style.css index cf2158d..3b8c225 100644 --- a/site/assets/style.css +++ b/site/assets/style.css @@ -49,6 +49,15 @@ body { } } +a { + color: #3a9085; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + body:before, body:after { content: ""; @@ -77,8 +86,20 @@ body:after { z-index: -1; } -article { +article, +footer { max-width: 35em; + flex: 0 0 100%; +} + +footer { + margin-top: 2rem; + padding-bottom: 2rem; + align-self: flex-end; +} + +small { + font-size: .7rem; } h1 { diff --git a/site/index.html b/site/index.html index 05e40da..7b4a468 100644 --- a/site/index.html +++ b/site/index.html @@ -21,6 +21,10 @@

Finalment, l'any 2003 es va decidir posar-lo definitivament al final de la jove Rambla del Raval.

+ +