summary refs log tree commit diff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/terminal.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/css/terminal.css b/css/terminal.css
index 41280f4..719766b 100644
--- a/css/terminal.css
+++ b/css/terminal.css
@@ -93,7 +93,6 @@ h1 {
 }
 h1::after {
 	content: "█";
-	display: inline-block;
 	animation: blink 2.4s steps(2) infinite;
 }
 @keyframes blink {