diff options
| author | Hunternif | 2019-04-13 19:31:10 +0700 |
|---|---|---|
| committer | Hunternif | 2019-04-13 19:38:36 +0700 |
| commit | 1fb213b3465b58f9165c061c77380300b4e71d5c (patch) | |
| tree | 3bdad3999daf567cf302c719ce55cf0e5629205d /client/css/user-registration.styl | |
| parent | 55a7a96305dd9923f86f913ed4dea48b746685a1 (diff) | |
Fix bug in layout for registration page
Diffstat (limited to 'client/css/user-registration.styl')
| -rw-r--r-- | client/css/user-registration.styl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/css/user-registration.styl b/client/css/user-registration.styl index bd1a229..2feeb63 100644 --- a/client/css/user-registration.styl +++ b/client/css/user-registration.styl @@ -2,11 +2,11 @@ #user-registration padding-bottom: calc(2vw - 1em) !important - @media (max-with: 1000px) - display: inline-grid + @media (max-width: 750px) + display: inline-grid !important form float: left - @media (min-with: 1000px) + @media (min-width: 600px) margin-right: 3em margin-bottom: 1em .info |