diff --git a/web/css/static/main.scss b/web/css/static/main.scss index cf667637..03910f72 100644 --- a/web/css/static/main.scss +++ b/web/css/static/main.scss @@ -32,6 +32,10 @@ html, body { $small_device: 650px; @media only screen and (max-width: $small_device) { + html, body { + padding: 0!important; + } + .app-container { bottom: 25px; }