From 01c78dd107ec3516a52bd75aed7b429cd776ecaf Mon Sep 17 00:00:00 2001 From: Akari Amano <37510266+amarudemonn@users.noreply.github.com> Date: Thu, 29 Apr 2021 15:25:10 +0300 Subject: [PATCH] Also no need to worry about before, after --- split-landing-page/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/split-landing-page/style.css b/split-landing-page/style.css index a39b6fd..078eeb9 100644 --- a/split-landing-page/style.css +++ b/split-landing-page/style.css @@ -88,9 +88,7 @@ h1 { } .split.right, -.split.left, -.split.right::before, -.split.left::before { +.split.left { transition: all var(--speed) ease-in-out; }