From eca7ce7e7e87a0f51167f19da193e79ad46fc0f5 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 9 Sep 2018 21:19:46 +0200 Subject: Fixed animations :bug: --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/css/style.css') diff --git a/assets/css/style.css b/assets/css/style.css index eddc36b..8bb8939 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -27,6 +27,7 @@ body { } .typewriter h1 { + display: none; overflow: hidden; border-right: .15em solid white; white-space: nowrap; @@ -35,7 +36,6 @@ body { animation: typing 1s steps(40, end), blink-caret .75s step-end infinite; - animation-delay: 1s; } .heading { -- cgit v1.2.3