summaryrefslogtreecommitdiffhomepage
path: root/app/components
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-03-20 12:58:32 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-03-20 12:58:32 +0000
commit99bc6a5bf6fe0c5b5cada574316bee43ab4c9e5a (patch)
tree9b7199d4cff9a27af8fe75de61a0619170822a80 /app/components
parente01efbe37cb421cf50c681418bba0d47c34f28a9 (diff)
downloadmullvadvpn-99bc6a5bf6fe0c5b5cada574316bee43ab4c9e5a.tar.xz
mullvadvpn-99bc6a5bf6fe0c5b5cada574316bee43ab4c9e5a.zip
Anchor location text to the top of view
Diffstat (limited to 'app/components')
-rw-r--r--app/components/Connect.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/components/Connect.css b/app/components/Connect.css
index c74c0da03d..59c1acb8ff 100644
--- a/app/components/Connect.css
+++ b/app/components/Connect.css
@@ -88,7 +88,8 @@
.connect__status {
padding: 0 24px;
- margin-top: auto;
+ margin-top: 188px;
+ margin-bottom: auto;
}
.connect__status-security {