From 3e8603cec4f4b945770d327f1fb1924a279e3824 Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Mon, 7 Nov 2016 11:46:22 +0300 Subject: [PATCH] Make website title larger, align header margins --- alchemy/static/css/style.css | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/alchemy/static/css/style.css b/alchemy/static/css/style.css index 56b40f6..4928855 100644 --- a/alchemy/static/css/style.css +++ b/alchemy/static/css/style.css @@ -35,7 +35,6 @@ a:hover { .header { border-bottom: 1px solid #ddd; - padding-top: 20px; } .main { @@ -48,18 +47,26 @@ a:hover { padding: 20px 0; } -.header img, -.header nav { - margin-bottom: 20px; +.header img { + margin: 20px 0; } .header h1 { + font-size: 3em; font-weight: bold; - margin-top: 0; } .header p { - font-size: 1.1em;; + font-size: 1.1em; + margin: 20px 0; +} + +.header nav { + margin-bottom: 10px; +} + +.header nav li { + margin-bottom: 10px; } .page-header {