diff --git a/assets/css/blog.css b/assets/css/blog.css index e3c0f6b..e5ce0f7 100644 --- a/assets/css/blog.css +++ b/assets/css/blog.css @@ -54,11 +54,11 @@ header .menu-list { } .header-main { - margin: 0.666em; - border-radius: 2px 0.333em 0.333em 2px; + margin: 0.5em 0.2em 0.2em 0.5em; + border-radius: 3px 5px 5px 3px; font-size: 1.802rem; background: #a22430; - padding: 6px 12px; + padding: 0.2em 0.4em; width: min-content, auto; color: #f6f4f6; -webkit-box-shadow: 2px 5px 16px 0px rgba(34, 30, 34, 0.4), @@ -94,10 +94,15 @@ header .menu-list { .content-wrapper { /* Trust me */ - padding: 2.11rem 22vw 11vw 5rem; + padding: 0 22vw 11vw 5rem; height: max-content; } +.content-head { + margin-top: 0.7em; + line-height: 1.75; +} + /* Distancing itself from main content */ #entry-wrapper:first-of-type { padding-top: 0.666rem;