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; } }