Missing logos.
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / layout / _section.scss
index ec7193a..69c80d8 100644 (file)
@@ -1,5 +1,21 @@
 .l-section {
   display: flex;
+  margin-left: auto;
+  margin-right: auto;
+  justify-content: center;
 
-  & > h2 {}
+  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;
+      }
+  }
 }
+