diff --git a/explore/src/app/home/home.component.html b/explore/src/app/home/home.component.html index 80ac2a4b..6c218f88 100644 --- a/explore/src/app/home/home.component.html +++ b/explore/src/app/home/home.component.html @@ -175,9 +175,9 @@
-
- +
+ + @@ -226,9 +226,10 @@
-
-
-
+ +
+ @@ -414,15 +415,15 @@ -
-
+
+

Our growing Community

-
+

@@ -453,8 +454,9 @@

- -
+
+
+
diff --git a/explore/src/assets/curved-bottom.svg b/explore/src/assets/curved-bottom.svg index 80bb2eff..e5fc787b 100644 --- a/explore/src/assets/curved-bottom.svg +++ b/explore/src/assets/curved-bottom.svg @@ -1 +1,4 @@ - + + + + diff --git a/explore/src/assets/explore-custom.css b/explore/src/assets/explore-custom.css index 601b9291..1639c2cc 100644 --- a/explore/src/assets/explore-custom.css +++ b/explore/src/assets/explore-custom.css @@ -126,7 +126,7 @@ } .numbers-background { - background: transparent url('numbers_background_pattern.svg') 0% 0% no-repeat padding-box; + background: transparent url('explore-assets/numbers_background_pattern.svg') 0% 0% no-repeat padding-box; background-size: cover; } @@ -158,10 +158,6 @@ transition-duration:0.3s; } -.homePageGrayBackground { - background: #FAFAFA 0% 0% no-repeat padding-box; -} - .graph-background { background: var(--portal-main-color) 0 0 no-repeat padding-box; color: white; @@ -170,6 +166,7 @@ .graph-background-bottom { margin-top: -1.5px; background-image: url("curved-bottom.svg"); + background-color: #FAFAFA; } .custom-explore-toggle {