Fix flipping
This commit is contained in:
parent
6b68290e48
commit
ef8688db85
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ main > * > section {
|
|||
}
|
||||
}
|
||||
}
|
||||
:nth-child(even) > & {
|
||||
&:nth-child(even) {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue