From 61bbb06211595571cb66b4b457fc42845bd18d22 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Thu, 24 Jan 2019 17:23:11 -0600 Subject: [PATCH] Tweak some styles --- www/css/core.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/css/core.css b/www/css/core.css index ea7733a5..47feec21 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -180,7 +180,7 @@ body > header{ display: flex; justify-content: space-around; border-bottom: 1px solid #222; - padding: 2rem 0; + padding: 1.5rem 0; box-shadow: 0 0 8px rgba(0, 0, 0, 1); position: relative; width: calc(100% + 2rem + 2rem); @@ -370,7 +370,7 @@ main.front-page > section > section:first-of-type{ } main.front-page > section > section + section{ - margin-top: 8rem; + margin-top: 6rem; } main.front-page > img{ @@ -538,6 +538,7 @@ article.ebook #history li{ article.ebook #history li time, article.ebook #history li p{ display: table-cell; + width: auto; } article.ebook #history li + li > *{