margins for paypal form on small screens
[wolnelektury.git] / src / wolnelektury / static / scss / main / base.scss
index e4fb701..45e383c 100755 (executable)
@@ -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;}
+}