Moving forward.
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / layout / _section.scss
index fef8d66..69c80d8 100644 (file)
@@ -4,12 +4,18 @@
   margin-right: auto;
   justify-content: center;
 
-  @include rwd(tablet) {
-    padding-left: 16px;
-    padding-right: 16px;
-  }
+  padding-left: 16px;
+  padding-right: 16px;
 
   &.l-section--col {
     flex-direction: column;
   }
+
+  &.l-section--row {
+      flex-direction: column;
+      @include rwd($break-flow) {
+          flex-direction: row;
+      }
+  }
 }
+