From ac236339d461b2bf1e15d47fc9eb512723036450 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Tue, 10 Aug 2021 10:06:32 +0100 Subject: [PATCH] added in map and links on contact page --- components/dns/homepage/dnsLinks.js | 2 +- pages/dns/contact-us.js | 36 ++++++++++++++++++++++---- styles/sass/welshgov/_application.scss | 15 +++++++++++ 3 files changed, 47 insertions(+), 6 deletions(-) diff --git a/components/dns/homepage/dnsLinks.js b/components/dns/homepage/dnsLinks.js index e2712b4e..861e4ac9 100644 --- a/components/dns/homepage/dnsLinks.js +++ b/components/dns/homepage/dnsLinks.js @@ -59,7 +59,7 @@ const DNSLinks = (props) => {

Contact us{" "} diff --git a/pages/dns/contact-us.js b/pages/dns/contact-us.js index 574f4779..78c193e7 100644 --- a/pages/dns/contact-us.js +++ b/pages/dns/contact-us.js @@ -57,6 +57,20 @@ const Home = (props) => {

+
+
+ +
+

{" "} @@ -65,11 +79,17 @@ const Home = (props) => { following details:

- Tel: 03034 445 940 + Tel: 03034 445 940
- E-mail: dns.wales@planninginspectorate.gov.uk + E-mail:{" "} + + dns.wales@planninginspectorate.gov.uk +
- Follow us on Twitter @PINSgov + Follow us on Twitter{" "} + + @PINSgov +

Further information about contacting the @@ -115,8 +135,14 @@ const Home = (props) => { office directly:{" "}

- Telephone: 0303 444 5004 or 0303 444 5005
- Email: press.office@planninginspectorate.gov.uk + Telephone:{" "} + 0303 444 5004 or{" "} + 0303 444 5005{" "} +
+ Email:{" "} + + press.office@planninginspectorate.gov.uk +

diff --git a/styles/sass/welshgov/_application.scss b/styles/sass/welshgov/_application.scss index 0dfa5637..18d885c3 100644 --- a/styles/sass/welshgov/_application.scss +++ b/styles/sass/welshgov/_application.scss @@ -744,3 +744,18 @@ ul#sharePageLinks.active { color: #fff; } } + +.map-responsive { + overflow: hidden; + padding-bottom: 56.25%; + position: relative; + height: 0; +} + +.map-responsive iframe { + left: 0; + top: 0; + height: 100%; + width: 100%; + position: absolute; +}