From 93c8a87d93d54a4fadf53991ee90630142bee11d Mon Sep 17 00:00:00 2001 From: boutmoun123 Date: Sat, 2 May 2026 23:24:05 +0300 Subject: [PATCH] Prevent mobile brand text clipping --- app/portfolio.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/portfolio.css b/app/portfolio.css index fd8118d..659a893 100644 --- a/app/portfolio.css +++ b/app/portfolio.css @@ -685,8 +685,9 @@ } .navbar-brand-mobile { - line-height: 1.12; - margin-bottom: 0.35rem; + line-height: 1.22; + padding-bottom: 0.12rem; + margin-bottom: 0.4rem; } .navbar-logo-shell { @@ -732,7 +733,7 @@ .navbar-shell .type-brand { font-size: clamp(20px, 6.1vw, 24px); - line-height: 1.08; + line-height: 1.22; } .navbar-specialty {