diff --git a/explore/src/app/home/home.component.html b/explore/src/app/home/home.component.html index e0c94832..3ce65f36 100644 --- a/explore/src/app/home/home.component.html +++ b/explore/src/app/home/home.component.html @@ -272,7 +272,7 @@
+ class="graph-background-bottom uk-section uk-padding-remove-vertical uk-background-cover"> diff --git a/explore/src/assets/curved-bottom.svg b/explore/src/assets/curved-bottom.svg index e5fc787b..af169a14 100644 --- a/explore/src/assets/curved-bottom.svg +++ b/explore/src/assets/curved-bottom.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/explore/src/assets/explore-custom.css b/explore/src/assets/explore-custom.css index 3ee3e2ab..529018c4 100644 --- a/explore/src/assets/explore-custom.css +++ b/explore/src/assets/explore-custom.css @@ -164,9 +164,9 @@ } .graph-background-bottom { - margin-top: -1.5px; background-image: url("curved-bottom.svg"); background-color: #FAFAFA; + height: 170px; } .custom-explore-toggle {