[BLOG] Header and title now align perfectly

This commit is contained in:
Eliseu Amaro 2022-08-11 19:51:53 +01:00
rodzic 9f3cd0dcf0
commit 8ef334f2cd
Podpisane przez: eliseuamaro
ID klucza GPG: 96DA09D4B97BC2D5
1 zmienionych plików z 9 dodań i 4 usunięć

Wyświetl plik

@ -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;