From 2b490102445b763faa5d6cc222aeb816457394de Mon Sep 17 00:00:00 2001 From: Admin Date: Mon, 25 May 2026 13:59:00 +0700 Subject: [PATCH] update(ui): format footer fix --- about-us.html | 1 - assets/css/styles.css | 1 + assets/data-footer.json | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/about-us.html b/about-us.html index 676f546..6fe62ef 100644 --- a/about-us.html +++ b/about-us.html @@ -425,7 +425,6 @@
- Sydney, Australia

Welcome to Prology

A Sydney-based company specialising in high-quality new and diff --git a/assets/css/styles.css b/assets/css/styles.css index 95a9f71..807dce8 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -3287,6 +3287,7 @@ body::before { color: inherit; text-decoration: none; transition: color 0.18s ease; + word-spacing: 0.25em; } .ns-footer__trust-item a:hover { color: #ffffff; } diff --git a/assets/data-footer.json b/assets/data-footer.json index e5f8ca6..42c77a8 100644 --- a/assets/data-footer.json +++ b/assets/data-footer.json @@ -17,11 +17,11 @@ "phones": [ { "label": "AU", - "numbers": [{ "display": "+612 8061 6886", "href": "tel:+61280616886" }] + "numbers": [{ "display": "+61 2 8061 6886", "href": "tel:+61280616886" }] }, { "label": "US", - "numbers": [{ "display": "+1 4689 3350", "href": "tel:+146893350" }] + "numbers": [{ "display": "+1 7 4689 3350", "href": "tel:+1746893350" }] } ], -- 2.39.2