From ef8688db85272e6663611da80055b2dd540836ec Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 15 Aug 2025 16:02:54 -0400 Subject: [PATCH] Fix flipping --- src/styles/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.css b/src/styles/index.css index a1bfd17..e715364 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -74,7 +74,7 @@ main > * > section { } } } - :nth-child(even) > & { + &:nth-child(even) { flex-direction: row-reverse; } }