From 8502a583f074b6a191cd47840358429746678b6b Mon Sep 17 00:00:00 2001 From: kamycoding Date: Wed, 12 Aug 2026 17:10:05 +0200 Subject: [PATCH] fix: polish responsive layouts and interactions --- src/app/pages/home/sections/about/about.css | 6 ++++ src/app/pages/home/sections/about/about.html | 2 +- .../pages/home/sections/contact/contact.html | 11 +++--- src/app/pages/home/sections/hero/hero.css | 6 ++-- src/app/pages/home/sections/hero/hero.html | 2 +- .../home/sections/projects/projects.html | 2 +- .../pages/home/sections/skills/skills.html | 2 +- .../sections/testimonials/testimonials.css | 35 ++++++++++++++----- .../sections/testimonials/testimonials.html | 4 +++ .../sections/testimonials/testimonials.ts | 24 ++++++++++++- src/app/pages/legal-notice/legal-notice.css | 5 --- .../pages/project-detail/project-detail.css | 11 +++--- src/app/shared/data/social-links.ts | 2 +- .../legal-page-layout/legal-page-layout.css | 22 +++++++----- src/styles.css | 11 +++++- 15 files changed, 104 insertions(+), 41 deletions(-) diff --git a/src/app/pages/home/sections/about/about.css b/src/app/pages/home/sections/about/about.css index d0d74a2..a029217 100644 --- a/src/app/pages/home/sections/about/about.css +++ b/src/app/pages/home/sections/about/about.css @@ -136,3 +136,9 @@ top: calc(50% - 3.404cqw); } } + +@media (min-width: 90rem) { + .about-section { + min-height: clamp(49.125rem, 50vw, 60rem); + } +} diff --git a/src/app/pages/home/sections/about/about.html b/src/app/pages/home/sections/about/about.html index 223ac74..77b468c 100644 --- a/src/app/pages/home/sections/about/about.html +++ b/src/app/pages/home/sections/about/about.html @@ -1,6 +1,6 @@
-
+

{{ 'contact.eyebrow' | translate }}

{{ 'contact.heading' | translate }}

-
+

{{ 'contact.paragraphs.projects' | translate }}

@@ -129,8 +129,9 @@ height="44" draggable="false" /> -