Show full title in wide box.
[wolnelektury.git] / apps / wolnelektury_core / static / scss / main / base.scss
index d9d5237..1f1021a 100755 (executable)
@@ -52,6 +52,11 @@ h3 {
 
 .normal-text {
     line-height: 1.3em;
+    @include size(margin, 0 5px);
+
+    @media screen and (min-width: 62.5em) {
+        margin: 0;
+    }
 }
 
 .white-box {