From 13eed952ffdff045feeb8a86f7f5954ff753d0e4 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Mon, 14 Sep 2020 01:26:02 +0000 Subject: [PATCH] Simplify CSS --- _sass/main.scss | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/_sass/main.scss b/_sass/main.scss index 4c07ce8..74531d1 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -42,6 +42,9 @@ h4 { h5 { font-size: 1.1em; } +header { + margin-bottom: 32px; +} a { text-decoration: underline; color: $link-color; @@ -78,10 +81,6 @@ label[for="menu"]{ nav { text-align: center; padding: $nav-padd 0px; - margin: 0px; -} -nav a:first-of-type { - margin-left: 0; } nav a { margin: 1em; @@ -101,18 +100,11 @@ li { margin: .5em; } -#main-img { - width: 100%; -} p { font-size: 15px; line-height: 1.5; padding: .1em 0; } -.line-under { - padding-bottom: $last-p-padd; - border-bottom: $line-under; -} .article a:hover { color: #aaa; } @@ -184,8 +176,6 @@ blockquote { } input:checked ~ .menu-content { max-height: 100%; - border-bottom: $line-under; - color: red; } } @@ -219,7 +209,6 @@ figcaption { } footer { - border-top: $line-under; padding-top: 16px; margin-bottom: 100px; } @@ -247,7 +236,7 @@ footer { } .post-date { - font-size: 17px; + font-size: 18px; text-transform: uppercase; font-weight: bold; color: #777;