1
0
mirror of https://github.com/chylex/Blog.git synced 2025-08-30 02:53:10 +02:00

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

This commit is contained in:
2022-06-11 14:11:58 +02:00
parent faf2bc3cf2
commit 151830a674
2 changed files with 5 additions and 5 deletions

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

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