From 9dd8cf83ffb2a12b9aca0de31934da41e32e2062 Mon Sep 17 00:00:00 2001 From: boutmoun123 Date: Sat, 2 May 2026 23:10:26 +0300 Subject: [PATCH] Offset mobile hero buttons from frame --- app/portfolio.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/portfolio.css b/app/portfolio.css index 765be70..7583aaa 100644 --- a/app/portfolio.css +++ b/app/portfolio.css @@ -780,6 +780,9 @@ .hero-action-group { justify-content: flex-start; gap: 0.75rem; + position: relative; + z-index: 1; + padding-bottom: 0.25rem; } .hero-action-link { @@ -843,6 +846,10 @@ gap: 0.75rem; } + [dir="rtl"] .hero-action-group { + padding-right: 2.6rem; + } + .hero-action-group > * { width: auto; min-width: 150px;