1
0
mirror of https://github.com/chylex/Blog.git synced 2025-06-02 15:34:09 +02:00

Tweak header styling (line heights, font sizes, margins)

This commit is contained in:
chylex 2022-06-11 14:11:58 +02:00
parent faf2bc3cf2
commit 151830a674
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
2 changed files with 5 additions and 5 deletions

View File

@ -53,8 +53,7 @@ a {
} }
.project-name { .project-name {
margin-top: 0; margin: 0;
margin-bottom: 0;
@include large { @include large {
font-size: 3rem; font-size: 3rem;
@ -70,7 +69,7 @@ a {
} }
.project-tagline { .project-tagline {
margin: 0 0 0.5rem; margin: 0.5rem 0 0.25rem;
font-weight: normal; font-weight: normal;
opacity: 0.85; opacity: 0.85;
@ -83,7 +82,7 @@ a {
} }
@include small { @include small {
font-size: 1rem; font-size: 1.15rem;
} }
} }

View File

@ -8,7 +8,8 @@
} }
.page-header { .page-header {
padding: 0.4rem 4vw; padding: 0.8rem 4vw;
line-height: 1.25;
text-shadow: 0 2px 3px #1b242980; text-shadow: 0 2px 3px #1b242980;
box-shadow: 0 2px 2px #000c; box-shadow: 0 2px 2px #000c;
} }