diff --git a/src/app.css b/src/app.css index 9f47567..d844ce3 100644 --- a/src/app.css +++ b/src/app.css @@ -229,6 +229,7 @@ body { color: var(--color-text); transition: background-color 500ms ease-in-out; } + [data-typewriter="animated"] [data-char-index] { opacity: 0; } @@ -256,12 +257,6 @@ body { position: absolute; } -@media (max-width: 767px) { - .cursor-block { - position: relative; - } -} - @keyframes blink { 0%, 50% { diff --git a/src/app.tsx b/src/app.tsx index 07ba189..eaf5de0 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -200,11 +200,23 @@ function AppLayout(props: { children: any }) { >