Make the text static

This commit is contained in:
Henri Bergius 2017-12-06 16:07:59 +01:00
parent 225879dd6b
commit 090a894c8b

View file

@ -10,7 +10,7 @@
} }
h1 { h1 {
text-align: center; text-align: center;
font-size: 10vmin; font-size: 16vmin;
margin-top: 10vmin; margin-top: 10vmin;
white-space: nowrap; white-space: nowrap;
width: 100vw; width: 100vw;
@ -18,7 +18,6 @@
color: black; color: black;
text-transform: lowercase; text-transform: lowercase;
line-height: 20vmin; line-height: 20vmin;
animation: size 0.6s infinite ease-in-out alternate;
} }
img { img {
position: absolute; position: absolute;