diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-09 13:10:46 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-09 13:10:46 +0000 |
| commit | 82c2f5750ad0a8b1e952353edf7cf8e4b4ebe317 (patch) | |
| tree | cd893e408f6880ad2df08411b04a3567ed6f9f9f /app/components | |
| parent | 5aa58e075b8a69c12680aa6a352b597254a97ca2 (diff) | |
| download | mullvadvpn-82c2f5750ad0a8b1e952353edf7cf8e4b4ebe317.tar.xz mullvadvpn-82c2f5750ad0a8b1e952353edf7cf8e4b4ebe317.zip | |
Fix login input padding
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/Login.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Login.css b/app/components/Login.css index bf0ec038d5..8034c57a90 100644 --- a/app/components/Login.css +++ b/app/components/Login.css @@ -75,7 +75,7 @@ width: 100%; border-radius: 8px; border: 0; - padding: 8px 16px 10px; + padding: 5px 16px; font-family: DINPro; font-size: 32px; font-weight: bold; |
