From ea04444a59305c857cf04088af2dbff20dd3820e Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Tue, 25 Oct 2016 18:58:24 +0000 Subject: [PATCH] smaller header, larger blueish tagline, different background --- css/index.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/index.css b/css/index.css index 0a0ff62..6d1966d 100644 --- a/css/index.css +++ b/css/index.css @@ -10,12 +10,12 @@ body { text-align: center; background: #393f42; /* background: linear-gradient( #464d51 , #393f42 ); */ - background: #393f42 url(../images/background-blue.png); + background: #393f42 url(../images/background-grayblue.png); /* background-size: cover; */ position: relative; overflow: visible; - padding-top: 1.5rem; - padding-bottom: 3.5rem; + padding-top: 0.7rem; + padding-bottom: 3.8rem; margin-bottom: 1rem; } @@ -26,8 +26,8 @@ body { } .header .tagline { - color: #eeeeed /* #aaaaac */; - font-size: 1.0rem; + color: #d3d3ff /* #aaaaac */; + font-size: 1.2rem; margin: 0; font-style: italic; }