diff --git a/static/cnil/_custom.scss b/static/cnil/_custom.scss index 6c6cb696..1baa58c9 100644 --- a/static/cnil/_custom.scss +++ b/static/cnil/_custom.scss @@ -74,6 +74,9 @@ nav { background: white; box-sizing: border-box; padding: 0.5rem 1rem; + @media screen and (max-width: $mobile-limit) { + padding: 0.5rem 0.5rem; + } } div.comment-field, @@ -335,6 +338,9 @@ div.form-validation div.page { div#rub_service #steps ~ form { margin-right: #{0 - $grid-gutter}; + @media screen and (max-width: $mobile-limit) { + margin-right: 0; + } } .widget-required {