From bef80a3a0fbc378b766d89fb1861721f80085620 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 24 Mar 2019 08:24:31 +0430 Subject: [PATCH] fix(header): two-row column --- _includes/header.html | 20 +++++++++++++------- _sass/_layout.scss | 5 ++--- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index dfcd471..7cf49ac 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -7,13 +7,19 @@ diff --git a/_sass/_layout.scss b/_sass/_layout.scss index dad9d99..cd3ffca 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -41,7 +41,7 @@ header { nav { margin-top: 1rem; - margin-bottom: 3rem; + margin-bottom: 1rem; } nav a { margin: 0 1rem; @@ -55,12 +55,11 @@ header { .page-heading { text-align: center; font-style: italic; - margin-bottom: 3rem; width: 20%; height: 1px; border: 1px dotted rgba(0, 0, 0, 0.1); - margin: 5rem auto; + margin: 2rem auto 5rem; } .post-list, .post-header {