From 81fef0c0f8ee7a9c6afc4d0162b51d4f06fd840d Mon Sep 17 00:00:00 2001 From: "Andrey K. Choi" Date: Tue, 25 Nov 2025 12:46:09 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=AF=20FIX:=20=D0=92=D0=B8=D0=B4=D0=B5?= =?UTF-8?q?=D0=BE=20=D0=B7=D0=B0=D0=BF=D0=BE=D0=BB=D0=BD=D1=8F=D0=B5=D1=82?= =?UTF-8?q?=20=D0=B2=D0=B5=D1=81=D1=8C=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5?= =?UTF-8?q?=D0=B9=D0=BD=D0=B5=D1=80=20=D1=81=20=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=D1=8C=D0=BD=D1=8B=D0=BC=D0=B8=20border-radius?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/templates/web/home_modern.html | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/smartsoltech/web/templates/web/home_modern.html b/smartsoltech/web/templates/web/home_modern.html index de27c79..bcca77b 100644 --- a/smartsoltech/web/templates/web/home_modern.html +++ b/smartsoltech/web/templates/web/home_modern.html @@ -597,6 +597,14 @@ .carousel-item { position: relative; height: 100%; + width: 100%; + border-radius: 20px; + overflow: hidden; +} + +.carousel-inner { + height: 100%; + border-radius: 20px; } .hero-bg { @@ -606,6 +614,8 @@ display: flex; align-items: center; justify-content: center; + border-radius: 20px; + overflow: hidden; } .hero-video { @@ -615,7 +625,9 @@ width: 100%; height: 100%; object-fit: cover; + object-position: center; z-index: 1; + border-radius: 20px; } .hero-bg img { @@ -625,7 +637,9 @@ width: 100%; height: 100%; object-fit: cover; + object-position: center; z-index: 1; + border-radius: 20px; } .hero-overlay { @@ -765,6 +779,13 @@ max-height: 600px; } + .carousel-item, + .hero-bg, + .hero-video, + .hero-bg img { + border-radius: 15px; + } + .hero-content { padding: 2rem 1.5rem; } @@ -798,6 +819,13 @@ min-height: 350px; } + .carousel-item, + .hero-bg, + .hero-video, + .hero-bg img { + border-radius: 12px; + } + .hero-content { padding: 1.5rem 1rem; }