From 4179714ebe623d3e25b7ed4beb031c7fe9733922 Mon Sep 17 00:00:00 2001 From: Lanskikh Date: Mon, 9 Sep 2024 13:42:52 +0500 Subject: [PATCH] fixes slider --- src/components/Clients.tsx | 2 +- src/components/Form.tsx | 2 +- src/components/Layout/Header.tsx | 14 +- src/components/Promotion.tsx | 18 +- src/components/Stands.tsx | 2 +- src/components/ui/SliderControls.tsx | 216 ++++++++++++++++-------- src/components/ui/SliderWithScaling.tsx | 33 ++-- 7 files changed, 185 insertions(+), 102 deletions(-) diff --git a/src/components/Clients.tsx b/src/components/Clients.tsx index bb606e6..214bcca 100644 --- a/src/components/Clients.tsx +++ b/src/components/Clients.tsx @@ -2,7 +2,7 @@ import { clients } from '../consts/clients'; export function Clients() { return ( -
+
diff --git a/src/components/Form.tsx b/src/components/Form.tsx index f3721cc..bf37552 100644 --- a/src/components/Form.tsx +++ b/src/components/Form.tsx @@ -12,7 +12,7 @@ export function Form() {
-
+
diff --git a/src/components/Layout/Header.tsx b/src/components/Layout/Header.tsx index 78bfb24..f30983d 100644 --- a/src/components/Layout/Header.tsx +++ b/src/components/Layout/Header.tsx @@ -25,15 +25,11 @@ export function Header() { return (
- - } - className="h-8 lg:h-10 max-sm:hidden" - /> - } - className="h-8 sm:hidden" - /> + + } className="h-8 lg:h-10" /> + + + } className="h-8" />