diff --git a/public/assets/css/FrontendCss/style.css b/public/assets/css/FrontendCss/style.css index 945f37f..ffb49e5 100644 --- a/public/assets/css/FrontendCss/style.css +++ b/public/assets/css/FrontendCss/style.css @@ -348,7 +348,7 @@ h4.inner-title { .explore-assets { /*background-color:#f8f4ec;*/ /*box-shadow: -1px 1px 5px #c7c4c4;*/ - padding: 11rem 0; + padding: 1rem 0; } .dropdown-tooltip a.btn { @@ -4708,6 +4708,7 @@ h3.primary-no-data { grid-template-columns: repeat(2, 2fr); } } + @media (max-width: 1080px) { .opportunities .parimay-card { grid-template-columns: repeat(2, 2fr); diff --git a/resources/views/Frontend/Pages/handpicked-investment.blade.php b/resources/views/Frontend/Pages/handpicked-investment.blade.php index 8ed139c..086dd22 100644 --- a/resources/views/Frontend/Pages/handpicked-investment.blade.php +++ b/resources/views/Frontend/Pages/handpicked-investment.blade.php @@ -19,6 +19,16 @@
+ +

Primary Investment Opportunities

+

+ + Invest in Individual Funds and Exotic
Strategies. Personalized way of finding the
right + investments for + you. +
+

+ +
iv class="parimay-card mt-4 mb-5 display-products">--> @include('Frontend.Pages.handpicked-investment.pagination') @@ -208,6 +209,14 @@
+

Primary Investment Opportunities

+

+ + Invest in Individual Funds and Exotic
Strategies. Personalized way of finding the
right + investments for + you. +
+

Asset type

@@ -235,14 +244,6 @@
-

Primary Investment Opportunities

-

- - Invest in Individual Funds and Exotic
Strategies. Personalized way of finding the
right - investments for - you. -
-

@include('Frontend.Pages.handpicked-investment.pagination') @@ -336,7 +337,7 @@ function fetch_data(page, query, categories, assetType, geographicFocus) { $.ajax({ type: 'get', - url: "/primary-investment/fetch_data?page=" + + url: "http://localhost/my-freeu/primary-investment/fetch_data?page=" + page + "&query=" + query + "&categories=" + categories + "&assetType=" + assetType +