summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-03-01 17:08:33 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-03-01 17:08:33 +0000
commitc4f15c5515f57dce7c85fe499836f496d6e33a1d (patch)
tree5b2b571d601dd0f35d3e6103aa90f049c8345f49
parentafe91adaa7bf80663e539117f80fec9c2fb5b3fc (diff)
downloadmullvadvpn-c4f15c5515f57dce7c85fe499836f496d6e33a1d.tar.xz
mullvadvpn-c4f15c5515f57dce7c85fe499836f496d6e33a1d.zip
Fix switch margin
-rw-r--r--app/components/Settings.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Settings.css b/app/components/Settings.css
index c19b8e9d5f..d05a5f7a2e 100644
--- a/app/components/Settings.css
+++ b/app/components/Settings.css
@@ -72,7 +72,7 @@
.settings__cell {
background-color:rgba(41,71,115,1);
- padding: 15px 16px 15px 24px;
+ padding: 15px 12px 15px 24px;
display: flex;
flex-direction: row;
align-items: center;