Make the text static
This commit is contained in:
parent
225879dd6b
commit
090a894c8b
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
font-size: 10vmin;
|
||||
font-size: 16vmin;
|
||||
margin-top: 10vmin;
|
||||
white-space: nowrap;
|
||||
width: 100vw;
|
||||
|
@ -18,7 +18,6 @@
|
|||
color: black;
|
||||
text-transform: lowercase;
|
||||
line-height: 20vmin;
|
||||
animation: size 0.6s infinite ease-in-out alternate;
|
||||
}
|
||||
img {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue