update(ui): format footer fix

This commit is contained in:
Admin 2026-05-25 13:59:00 +07:00
parent dac4d9f32f
commit 2b49010244
3 changed files with 3 additions and 3 deletions

View File

@ -425,7 +425,6 @@
<!-- Hero Card --> <!-- Hero Card -->
<section class="about-hero-card"> <section class="about-hero-card">
<span class="eyebrow">Sydney, Australia</span>
<h1>Welcome to Prology</h1> <h1>Welcome to Prology</h1>
<p> <p>
A Sydney-based company specialising in high-quality new and A Sydney-based company specialising in high-quality new and

View File

@ -3287,6 +3287,7 @@ body::before {
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
transition: color 0.18s ease; transition: color 0.18s ease;
word-spacing: 0.25em;
} }
.ns-footer__trust-item a:hover { color: #ffffff; } .ns-footer__trust-item a:hover { color: #ffffff; }

View File

@ -17,11 +17,11 @@
"phones": [ "phones": [
{ {
"label": "AU", "label": "AU",
"numbers": [{ "display": "+612 8061 6886", "href": "tel:+61280616886" }] "numbers": [{ "display": "+61 2 8061 6886", "href": "tel:+61280616886" }]
}, },
{ {
"label": "US", "label": "US",
"numbers": [{ "display": "+1 4689 3350", "href": "tel:+146893350" }] "numbers": [{ "display": "+1 7 4689 3350", "href": "tel:+1746893350" }]
} }
], ],