Tighten mobile hero buttons and offset frame

هذا الالتزام موجود في:
2026-05-02 23:19:40 +03:00
الأصل 2ae0da3210
التزام 89aebf79b2

عرض الملف

@@ -782,14 +782,14 @@
gap: 0.75rem; gap: 0.75rem;
position: relative; position: relative;
z-index: 1; z-index: 1;
padding-bottom: 0.25rem; padding-bottom: 0.65rem;
} }
.hero-action-link { .hero-action-link {
min-width: 170px; min-width: 156px;
min-height: 46px; min-height: 42px;
padding: 0.7rem 1rem; padding: 0.62rem 0.9rem;
font-size: 13px; font-size: 12px;
} }
.line-frame::before, .line-frame::before,
@@ -848,12 +848,12 @@
} }
[dir="rtl"] .hero-action-group { [dir="rtl"] .hero-action-group {
padding-right: 2.6rem; padding-right: 3.2rem;
} }
.hero-action-group > * { .hero-action-group > * {
width: auto; width: auto;
min-width: 150px; min-width: 138px;
} }
} }