This commit is contained in:
Set Hallstrom 2020-09-08 20:04:08 +02:00
parent 9faa8d0a79
commit 31d5c7aed9
4 changed files with 14 additions and 3 deletions

View file

@ -80,6 +80,18 @@ body {
background-repeat: repeat-x;
background-position: bottom;
z-index: 1;
h4 {
width: 100%;
height: auto;
min-height: 100px;
line-height: .85em;
letter-spacing: -8.1px;
color: var(--bg-alt);
font-size: 12vw;
display: inline;
opacity: 1;
border-radius: var(--border-radius);
}
}
}