From e861d2e02500c6c2a08f0234edcf486b1bcd149b Mon Sep 17 00:00:00 2001 From: RedrockJS Date: Fri, 6 Jun 2025 09:37:54 +0300 Subject: [PATCH] fix: add responsive to license section --- src/views/home/ui/home.tsx | 4 +- src/views/home/ui/license/license.module.scss | 109 +++++++++++++++--- src/views/home/ui/main/main.module.scss | 11 +- src/views/home/ui/offer/offer.module.scss | 1 - .../license-slider/license-slider.module.scss | 1 + src/widgets/license-slider/license-slider.tsx | 29 ++++- 6 files changed, 127 insertions(+), 28 deletions(-) diff --git a/src/views/home/ui/home.tsx b/src/views/home/ui/home.tsx index 63ade2b..61f5f74 100644 --- a/src/views/home/ui/home.tsx +++ b/src/views/home/ui/home.tsx @@ -1,7 +1,7 @@ import Main from './main/main'; import Offer from './offer/offer'; import Result from './result/result'; -// import License from './license/license'; +import License from './license/license'; // import Contacts from './contacts/contacts'; // import Footer from './footer/footer'; @@ -11,7 +11,7 @@ export default function HomePage() {
- {/**/} + {/**/} {/*