Skip to content
Snippets Groups Projects
Commit e29c1a2e authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

reverse reversing

parent f99d424e
No related branches found
No related tags found
1 merge request!22Feat/redesign
.faq-answer:not(:nth-child(4n)) {
.faq-answer:nth-child(4n) {
.faq-answer--content {
@apply lg:flex-row-reverse;
}
......@@ -19,7 +19,7 @@
}
@screen lg {
&:nth-child(4n) {
&:not(:nth-child(4n)) {
.faq-answer--person {
@apply flex-row;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment