diff --git a/src/Pages/new/index.css b/src/Pages/new/index.css index ff25c25a..864a2c20 100644 --- a/src/Pages/new/index.css +++ b/src/Pages/new/index.css @@ -97,6 +97,11 @@ .new-user > .copy .body { font-size: 16px; } +@media (max-width: 520px) { + .new-user > .copy .body { + font-size: 12px; + } +} .new-user > .copy .icon { margin-left: auto; @@ -135,6 +140,12 @@ border: none; } +@media (max-width: 720px) { + .new-user input { + width: calc(100vw - 40px); + } +} + .light .new-user input { background: none; }