diff --git a/freepost/static/stylus/freepost.styl b/freepost/static/stylus/freepost.styl index 99aabd0..ab93142 100755 --- a/freepost/static/stylus/freepost.styl +++ b/freepost/static/stylus/freepost.styl @@ -216,6 +216,10 @@ body > .about color #666 margin .5rem 0 0 0 + + > .pagination + > form + width 100% /* New submission page */ > form.submit diff --git a/freepost/static/stylus/reset.styl b/freepost/static/stylus/reset.styl index 5872735..5814c82 100755 --- a/freepost/static/stylus/reset.styl +++ b/freepost/static/stylus/reset.styl @@ -65,6 +65,12 @@ p padding .2em 1em text-align center +@media only screen and (max-width: 800px) + .button + font-size 1.2rem + padding .5em 1em + width 100% + .button_ok /* Green */ .button_ok:hover, .button_ok:visited