Browse Source

[BLOG] Header and title now align perfectly

master
Eliseu Amaro 7 months ago
parent
commit
8ef334f2cd
Signed by: eliseuamaro <mail@eliseuama.ro> GPG Key ID: 96DA09D4B97BC2D5
1 changed files with 9 additions and 4 deletions
  1. +9
    -4
      assets/css/blog.css

+ 9
- 4
assets/css/blog.css View File

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


Loading…
Cancel
Save