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

Tweak header style & increase max width of content

This commit is contained in:
2022-04-30 13:00:54 +02:00
parent cf15a70e84
commit 42466b0883

@@ -12,7 +12,7 @@ a {
} }
.page-header { .page-header {
padding: 0.2rem 4vw 0.4rem; padding: 0.4rem 4vw;
text-shadow: 0 2px 3px #1b242980; text-shadow: 0 2px 3px #1b242980;
box-shadow: 0 2px 2px #000c; box-shadow: 0 2px 2px #000c;
background-color: #348fba; background-color: #348fba;
@@ -58,7 +58,7 @@ a {
} }
.project-tagline { .project-tagline {
margin: 0.2rem 0 0.5rem; margin: 0 0 0.5rem;
opacity: 0.85; opacity: 0.85;
@include large { @include large {
@@ -75,6 +75,8 @@ a {
} }
.main-content { .main-content {
max-width: 1100px;
h1 { h1 {
font-size: 1.9em; font-size: 1.9em;
} }