diff --git a/src/app/layout/Footer.tsx b/src/app/layout/Footer.tsx index c54b71b..ed3e990 100644 --- a/src/app/layout/Footer.tsx +++ b/src/app/layout/Footer.tsx @@ -48,7 +48,7 @@ function NewsletterBox() {
خبرنامه فولاد
-
+
setEmail(e.target.value)} diff --git a/src/pages/Archive/Archive.tsx b/src/pages/Archive/Archive.tsx index e57918f..6449363 100644 --- a/src/pages/Archive/Archive.tsx +++ b/src/pages/Archive/Archive.tsx @@ -203,7 +203,7 @@ export default function Archive() { style={{ maxWidth: 1280, margin: '0 auto', - padding: '64px 48px', + padding: 'clamp(24px,5vw,64px) clamp(16px,4vw,48px)', direction: 'rtl', }} > diff --git a/src/pages/Events/Events.tsx b/src/pages/Events/Events.tsx index b2daab5..2795769 100644 --- a/src/pages/Events/Events.tsx +++ b/src/pages/Events/Events.tsx @@ -99,7 +99,7 @@ export default function Events() { const filtered = activeFilter === 'all' ? events : events.filter(e => e.type === activeFilter) return ( -
+

{t.heading}

diff --git a/src/pages/Home/sections/EventsSection.tsx b/src/pages/Home/sections/EventsSection.tsx index 353608c..e6fac19 100644 --- a/src/pages/Home/sections/EventsSection.tsx +++ b/src/pages/Home/sections/EventsSection.tsx @@ -90,14 +90,15 @@ export default function EventsSection() { {displayed.map((event) => (
{/* Date block */}
-
+
{event.date.toLocaleString('fa-IR')}
diff --git a/src/pages/Home/sections/HeroSection.tsx b/src/pages/Home/sections/HeroSection.tsx index bd253f9..d65a55c 100644 --- a/src/pages/Home/sections/HeroSection.tsx +++ b/src/pages/Home/sections/HeroSection.tsx @@ -90,15 +90,15 @@ export default function HeroSection() { {/* Content block */}
{/* Headline */}

@@ -108,7 +108,7 @@ export default function Risks() {

-
+
{/* Risk Matrix Table */}