Merge pull request 'update(ui): format footer fix' (#10) from zelda.fix-format-phone-footer into main
Reviewed-on: #10
This commit is contained in:
commit
397cfc21b3
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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; }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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" }]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue