diff --git a/src/home/index.jsx b/src/home/index.jsx
index bdef10f41..ac4aa1d4b 100644
--- a/src/home/index.jsx
+++ b/src/home/index.jsx
@@ -16,15 +16,35 @@ function HomePage(props) {
+
+ {/* */}
diff --git a/src/home/index.scss b/src/home/index.scss
index 95015ae68..c1e17ea48 100644
--- a/src/home/index.scss
+++ b/src/home/index.scss
@@ -4,7 +4,6 @@
.first-edition{
height: 80vh;
background: linear-gradient(
- // top,
#1A2358 0%,
#12277B 33%,
#0C2D8F 67%,
@@ -77,10 +76,10 @@
.waves {
position: relative;
width: 100%;
- height: 15vh;
+ height: 10vh;
margin-bottom: -10px; /*Fix for safari gap*/
- min-height: 100px;
- max-height: 150px;
+ min-height: 40px;
+ max-height: 60px;
}
.content {
position: relative;