Moving forward.
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / layout / _content.scss
index 5aa0630..e5b7051 100644 (file)
@@ -1,5 +1,9 @@
 .l-content {
   padding-bottom: 30px;
-  padding-left: 50px;
+  padding-left: 0;
   width: 100%;
+
+  @include rwd($break-flow) {
+      padding-left: 50px;
+  }
 }