
diff --git a/src/scss/_download.scss b/src/scss/_download.scss
index 36eab62..759d2d8 100644
--- a/src/scss/_download.scss
+++ b/src/scss/_download.scss
@@ -1,10 +1,11 @@
.download {
text-align: center;
+ width: 100%;
}
.download__rounded-button--translated {
- position: absolute;
- transform: translate(-50%, -50%);
+ position: relative;
+ bottom: 15px;
}
.download__description {
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 {