diff --git a/assets/css/blog.css b/assets/css/blog.css index d24a117..3298eda 100644 --- a/assets/css/blog.css +++ b/assets/css/blog.css @@ -90,6 +90,9 @@ header { header * { margin: 0; } +header ~ * { + padding: 1rem 1rem 0 1rem; +} header ul li { all: unset; display: block; @@ -139,12 +142,31 @@ header ul li a { .content-wrapper, #template-wrapper { margin-left: 15rem; - padding: 1rem !important; } -.content-wrapper { - padding-top: 2rem; - margin-bottom: -3em; +#template-wrapper:first-of-type { + padding-top: 1rem; } +#template-wrapper:last-of-type { + padding-bottom: 1rem; +} + +.template-unit h3 { + margin-top: 0 !important; +} +.template-unit:nth-of-type(n + 2) { + margin-top: 2rem !important; +} +.template-unit ul :last-child { + margin-bottom: unset; +} +.template-unit ul + p { + margin-top: 1rem; +} +.allposts_header + ul :last-child { + margin-bottom: 1rem; +} + + ul li { margin: 1rem; margin-left: 2rem; diff --git a/assets/css/reset.css b/assets/css/reset.css index 9764681..232df21 100644 --- a/assets/css/reset.css +++ b/assets/css/reset.css @@ -66,10 +66,8 @@ h1 { font-size: 1.5rem; font-weight: bold; line-height: 1.20; - opacity: 1.00; margin-top: 0px; margin-bottom: 0.8rem; - letter-spacing: -0.72px; word-spacing: 0.00px; text-transform: none; } @@ -78,10 +76,8 @@ h2 { font-size: 1.25rem; font-weight: bold; line-height: 1.20; - opacity: 1.00; margin-top: 30px; margin-bottom: 0.6rem; - letter-spacing: -0.72px; word-spacing: 0.00px; text-transform: none; } @@ -90,7 +86,6 @@ h3 { font-size: 1.15rem; font-weight: bold; line-height: 1.20; - opacity: 1.00; margin-top: 30px; margin-bottom: 0.4rem; letter-spacing: 0.00px; @@ -101,11 +96,9 @@ h3 { p { font-weight: 400; line-height: 1.60; - opacity: 0.85; margin-top: 0px; - margin-bottom: 1.5rem; - letter-spacing: -0.30px; - word-spacing: -0.10px; + margin-bottom: 1rem; + word-spacing: 0.50px; text-transform: none; } diff --git a/v3/all_tags.html b/v3/all_tags.html index 3ec6229..db8b75d 100644 --- a/v3/all_tags.html +++ b/v3/all_tags.html @@ -19,7 +19,7 @@