This commit is contained in:
ben clark 2021-03-17 20:32:38 +00:00
parent 0a3a7e4469
commit 6aa3394180
1 changed files with 2 additions and 5 deletions

View File

@ -8,20 +8,17 @@ body {
.header {
font-family: 'Fredoka One', cursive;
text-align: center;
font-size: 4em;
font-size: 36px;
position: relative;
width: calc(100% - 16px); /* css weirdness */
padding: 50px 8px 100px 8px;
background: #B7EBCA;
color: #316A3A;
line-height: 100%;
line-height: 225%;
}
.header-wiki {
padding: 80px 8px 140px 8px;
}
.header-wiki p {
margin-bottom: -20px;
}
.header:after {
background: linear-gradient(-45deg, #fff 16px, transparent 0), linear-gradient(45deg, #fff 16px, transparent 0);