update(ui): format footer fix #10
|
|
@ -425,7 +425,6 @@
|
|||
|
||||
<!-- Hero Card -->
|
||||
<section class="about-hero-card">
|
||||
<span class="eyebrow">Sydney, Australia</span>
|
||||
<h1>Welcome to Prology</h1>
|
||||
<p>
|
||||
A Sydney-based company specialising in high-quality new and
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
|
|
@ -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" }]
|
||||
}
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue