X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b825f4826ac1ce3382d168186d0e83ad2eeb0929..039bfc728ea223119941594373a074bf798da19d:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index d1983fb8a..0e03da6de 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1102,7 +1102,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; } } } -@media only screen and (max-width:770px) { +@media only screen and (max-width:900px) { .header-illustration.new-user-arm { display: none;} } @@ -1561,6 +1561,11 @@ ul.results-list li { border-bottom: 1px solid #ccc; } background: darken($lightblue, $hovercolor); } } + + .form-row { + margin: auto; + max-width: 370px; + } } /* Rules for the account settings page */