This commit is contained in:
Set Hallstrom 2020-09-08 22:53:40 +02:00
parent d1747ed54b
commit 74a7a4a3df

View file

@ -81,19 +81,20 @@ body {
background-position: bottom; background-position: bottom;
z-index: 1; z-index: 1;
h4 { h4 {
width: 95%; width: 90vw;
height: auto; height: auto;
min-height: 100px; min-height: 100px;
line-height: .85em; line-height: .85em;
letter-spacing: -0.08em; letter-spacing: -0.08em;
color: var(--bg); color: var(--bg);
font-size: 12vw; font-size: 15vw;
display: inline; display: inline;
opacity: 1; opacity: 1;
border-radius: var(--border-radius); border-radius: var(--border-radius);
position: absolute; position: absolute;
bottom: 0; bottom: 0;
transform: rotate(-3deg); transform: rotate(-3deg);
overflow: hidden;
} }
} }
} }