summaryrefslogtreecommitdiffhomepage
path: root/app/components
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-02-09 13:10:46 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-02-09 13:10:46 +0000
commit82c2f5750ad0a8b1e952353edf7cf8e4b4ebe317 (patch)
treecd893e408f6880ad2df08411b04a3567ed6f9f9f /app/components
parent5aa58e075b8a69c12680aa6a352b597254a97ca2 (diff)
downloadmullvadvpn-82c2f5750ad0a8b1e952353edf7cf8e4b4ebe317.tar.xz
mullvadvpn-82c2f5750ad0a8b1e952353edf7cf8e4b4ebe317.zip
Fix login input padding
Diffstat (limited to 'app/components')
-rw-r--r--app/components/Login.css2
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;