From 8e52455c0889e5f7ab30fbe8d5bb6db2c97ab54d Mon Sep 17 00:00:00 2001 From: boutmoun123 Date: Wed, 29 Apr 2026 21:07:38 +0300 Subject: [PATCH] Align contact numbers to start --- app/portfolio.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/portfolio.css b/app/portfolio.css index fd96cf0..94d4925 100644 --- a/app/portfolio.css +++ b/app/portfolio.css @@ -620,7 +620,7 @@ .contact-value-ltr { direction: ltr; unicode-bidi: isolate; - text-align: center; + text-align: start; font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1, "lnum" 1; letter-spacing: 0.02em;