Update picture viewer.
[wolnelektury.git] / apps / wolnelektury_core / static / scss / main / base.scss
index 02f02a3..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 {
@@ -99,3 +104,7 @@ ul.plain {
     @include size(padding, 6px);
     text-align:center;
 }
+
+.simple-hidden-initially {
+    display: none;
+}