-

+
-

+
-
-
+
+
+
People are talking about fork
-
-
+
Fork Subscription Pricing
-
-
+
+
+
diff --git a/src/scss/_download.scss b/src/scss/_download.scss
index 36eab62..dcf0fc6 100644
--- a/src/scss/_download.scss
+++ b/src/scss/_download.scss
@@ -1,14 +1,15 @@
.download {
text-align: center;
+ width: 100%;
}
.download__rounded-button--translated {
- position: absolute;
- transform: translate(-50%, -50%);
+ position: relative;
+ bottom: 15px;
}
.download__description {
- padding-top: 45px;
+ padding-top: 15px;
font-family: Montserrat, sans-serif;
font-size: 14px;
font-weight: 500;
diff --git a/src/scss/_header.scss b/src/scss/_header.scss
index 4374f25..37a2448 100644
--- a/src/scss/_header.scss
+++ b/src/scss/_header.scss
@@ -1,6 +1,6 @@
.header {
background: black url(../img/header/img.png) no-repeat 50% 30% / cover;
- height: 900px;
+ height: 100vh;
padding-top: 110px;
}
diff --git a/src/scss/_social.scss b/src/scss/_social.scss
index 9487030..b27c1d9 100644
--- a/src/scss/_social.scss
+++ b/src/scss/_social.scss
@@ -3,7 +3,7 @@
padding-top: 50px;
padding-bottom: 80px;
display: flex;
- justify-content: space-evenly;
+ justify-content: space-between;
}
.social__stats {