summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-03-01 18:11:17 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-03-01 18:11:17 +0000
commitd82ab4c5ea4c940cca9404753bbccd42e9785167 (patch)
tree28c2dcd9963a71d44f79baf8a717d50df1ada632
parent1b1de0bebb4c2b343ca6ef8f92c624a0c37f1673 (diff)
downloadmullvadvpn-d82ab4c5ea4c940cca9404753bbccd42e9785167.tar.xz
mullvadvpn-d82ab4c5ea4c940cca9404753bbccd42e9785167.zip
Adjust styles
-rw-r--r--app/components/Connect.css8
-rw-r--r--app/components/Connect.js2
2 files changed, 5 insertions, 5 deletions
diff --git a/app/components/Connect.css b/app/components/Connect.css
index fcea52cd71..f1ded5d5d7 100644
--- a/app/components/Connect.css
+++ b/app/components/Connect.css
@@ -23,7 +23,7 @@
.connect__footer {
display: flex;
flex-direction: column;
- padding: 24px;
+ padding: 42px 24px 24px;
}
.connect__row + .connect__row{
@@ -113,8 +113,8 @@
font-family: DINPro;
font-size: 34px;
font-weight: 900;
- line-height: 44px;
- letter-spacing: -1px;
+ line-height: 1.16em;
+ letter-spacing: -0.9px;
color: #FFFFFF;
margin-bottom: 4px;
}
@@ -128,7 +128,7 @@
font-family: "Open Sans";
font-size: 16px;
font-weight: 800;
- line-height: 22px;
+ line-height: normal;
color: #FFFFFF;
}
diff --git a/app/components/Connect.js b/app/components/Connect.js
index 1838f511c2..c372c181b5 100644
--- a/app/components/Connect.js
+++ b/app/components/Connect.js
@@ -116,7 +116,7 @@ export default class Connect extends Component {
const userLocation = this.toLngLat(this.state.userLocation.location);
const serverLocation = this.toLngLat(serverInfo.location);
const mapBounds = this.toLngLatBounds(bounds);
- const mapBoundsOptions = { offset: [0, -100] };
+ const mapBoundsOptions = { offset: [0, -113] };
return (
<Layout>