From 8ca9a2157cb3577c50059b565a403f26ec7e5797 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Thu, 9 Feb 2023 17:25:46 +0100 Subject: [PATCH] mobile fixes --- src/Pages/new/index.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/Pages/new/index.css b/src/Pages/new/index.css index ff25c25a0..864a2c202 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; }