From d4a7dc2b8db1fa7d6b9d08b138cd4b1788b7558d Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 22 Apr 2018 17:03:58 +0200 Subject: [PATCH] Changes for new blog structure --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index 0e92bc9..b96a37b 100755 --- a/css/style.css +++ b/css/style.css @@ -203,6 +203,12 @@ h1, h2, h3, h4, h5, h6 { text-transform: uppercase; letter-spacing: 0px; } +.blogdate h1 { + font-size: 90px; + color: #3399d4; + margin-bottom: 0px; + margin-top: -30px; } + h1.white, h2.white, h3.white, h4.white, h5.white, h6.white { color: #fff; }