aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/css
diff options
context:
space:
mode:
authorMarvin Borner2018-09-09 21:19:46 +0200
committerMarvin Borner2018-09-09 21:19:46 +0200
commiteca7ce7e7e87a0f51167f19da193e79ad46fc0f5 (patch)
treedc1aeb95aa5db4de9b9ede0a982c40da593e27b4 /assets/css
parent992399ab87d053b8b382e82df3203acd3d61bcb7 (diff)
Fixed animations :bug:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/style.css2
1 files changed, 1 insertions, 1 deletions
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 {