diff --git a/index.html b/index.html index 38fa9f73..cc67a7c1 100644 --- a/index.html +++ b/index.html @@ -194,7 +194,7 @@ } - } + /* } */ #progress-container { position: fixed ; @@ -215,7 +215,15 @@ border-radius: 10px; } -> +@media screen and (max-width: 600px) { + .form-container button#button { + margin-left: 0 !important; + } + .main { + margin-left: 0; + width: 100%; + } +}