Nicer membership form.
[wolnelektury.git] / src / wolnelektury / static / scss / main / base.scss
index 3853933..45e383c 100755 (executable)
@@ -88,7 +88,7 @@ ul.plain {
 }
 
 @media screen and (min-width: 62.5em) {
-  .left-column .right-column {
+  .left-column, .right-column {
     @include size(width, 470px);
     padding-left: 0;
     padding-right: 0;
@@ -220,3 +220,7 @@ ul.plain {
     @include size(margin-bottom, 10px);
   }
 }
+
+@media screen and (max-width: 62.5em) {
+  .mobile-margins {margin-left: 1em; margin-right: 1em;}
+}