diff --git a/src/index.html b/src/index.html index 3dccf89..88c38b8 100644 --- a/src/index.html +++ b/src/index.html @@ -28,7 +28,7 @@
- +
@@ -64,13 +62,13 @@

V. 2.8 for Mac and Windows

-
+
Download for free now

Unlimited 30-Days trial period

-
-
+ +

Revolutionary editor

@@ -103,19 +101,18 @@ aria-label="Fork bartlomiej-pluta/forkio on GitHub">Fork

-

-
-
+ +
- +

@@ -130,7 +127,7 @@

- +

@@ -145,7 +142,7 @@

- +

@@ -160,7 +157,7 @@

- +

@@ -180,8 +177,8 @@

-
-
+ +
@@ -237,8 +234,8 @@
-
-
+ +
-
-
+ +

People are talking about fork

@@ -323,8 +320,8 @@
-
-
+ +

Fork Subscription Pricing

@@ -390,8 +387,8 @@
-
-
+ +
-
-
+ +
@@ -504,8 +501,8 @@
-
- + 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 {