From ca1142e0753e8c0abfbff857783c1ca4be230f21 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Tue, 25 Oct 2016 17:37:48 +0000 Subject: [PATCH] smaller headder --- css/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/index.css b/css/index.css index 55271ab..86bd1b0 100644 --- a/css/index.css +++ b/css/index.css @@ -14,8 +14,8 @@ body { /* background-size: cover; */ position: relative; overflow: visible; - padding-top: 2.5rem; - padding-bottom: 4.9rem; + padding-top: 1.5rem; + padding-bottom: 3.5rem; margin-bottom: 1rem; } @@ -27,7 +27,7 @@ body { .header .tagline { color: #eeeeed /* #aaaaac */; - font-size: 1.5rem; + font-size: 1.0rem; margin: 0; font-style: italic; }