Fix flipping
Some checks are pending
Deploy to Pages / Build (push) Waiting to run
Deploy to Pages / Deploy (push) Blocked by required conditions

This commit is contained in:
Henry Hiles 2025-08-15 16:02:54 -04:00
commit ef8688db85
No known key found for this signature in database

View file

@ -74,7 +74,7 @@ main > * > section {
} }
} }
} }
:nth-child(even) > & { &:nth-child(even) {
flex-direction: row-reverse; flex-direction: row-reverse;
} }
} }