[BLOG] Header and title now align perfectly

This commit is contained in:
Eliseu Amaro 2022-08-11 19:51:53 +01:00
parent 9f3cd0dcf0
commit 8ef334f2cd
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
1 changed files with 9 additions and 4 deletions

View File

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