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

Tweak header style & increase max width of content

This commit is contained in:
chylex 2022-04-30 13:00:54 +02:00
parent cf15a70e84
commit 42466b0883
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

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