Compare commits
No commits in common. "397cfc21b3a6e8d486f89e446ca41dc42da7cbcc" and "dac4d9f32fc39d34e653bedeb364c4ecd774270e" have entirely different histories.
397cfc21b3
...
dac4d9f32f
|
|
@ -425,6 +425,7 @@
|
|||
|
||||
<!-- 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,7 +3287,6 @@ 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": "+61 2 8061 6886", "href": "tel:+61280616886" }]
|
||||
"numbers": [{ "display": "+612 8061 6886", "href": "tel:+61280616886" }]
|
||||
},
|
||||
{
|
||||
"label": "US",
|
||||
"numbers": [{ "display": "+1 7 4689 3350", "href": "tel:+1746893350" }]
|
||||
"numbers": [{ "display": "+1 4689 3350", "href": "tel:+146893350" }]
|
||||
}
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue