From ef055420811c7c73e6f2fb36216ff287342291d4 Mon Sep 17 00:00:00 2001 From: Azita Rahimi Date: Sun, 21 Jun 2026 17:20:27 +0330 Subject: [PATCH] flex-title-hero --- src/assets/css/portfolio-responsive.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/assets/css/portfolio-responsive.css b/src/assets/css/portfolio-responsive.css index 18d8bf1..3665e65 100644 --- a/src/assets/css/portfolio-responsive.css +++ b/src/assets/css/portfolio-responsive.css @@ -246,7 +246,6 @@ padding-right: 19px; padding-bottom: 122px; margin-top: 78px; - } .hero-section video, @@ -449,7 +448,12 @@ display: block; width: 100%; } - .hero-section { - aspect-ratio: 9 / 17; + .hero-section { + aspect-ratio: 9 / 16; + } + .hero-meta { + display: flex; + flex-wrap: wrap; + width: 30%; } }