layout
This commit is contained in:
parent
d1747ed54b
commit
74a7a4a3df
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue