diff --git a/helix-sitemap.yaml b/helix-sitemap.yaml index 659c964..9e262bc 100644 --- a/helix-sitemap.yaml +++ b/helix-sitemap.yaml @@ -105,7 +105,7 @@ sitemaps: source: /in/query-index.json alternate: /in/{path}.html destination: /in/sitemap.xml - hreflang: en-GB + hreflang: en-IN in_hi: source: /in_hi/query-index.json alternate: /in_hi/{path}.html diff --git a/scripts/scripts.js b/scripts/scripts.js index 9c9f1e0..abfeebd 100644 --- a/scripts/scripts.js +++ b/scripts/scripts.js @@ -65,7 +65,7 @@ const CONFIG = { il_en: { ietf: 'en-IL', tk: 'hah7vzn.css' }, il_he: { ietf: 'he', tk: 'qxw8hzm.css', dir: 'rtl' }, in_hi: { ietf: 'hi', tk: 'qxw8hzm.css' }, - in: { ietf: 'en-GB', tk: 'hah7vzn.css' }, + in: { ietf: 'en-IN', tk: 'hah7vzn.css' }, it: { ietf: 'it-IT', tk: 'hah7vzn.css' }, jp: { ietf: 'ja-JP', tk: 'dvg6awq' }, kr: { ietf: 'ko-KR', tk: 'qjs5sfm' }, diff --git a/styles/styles.css b/styles/styles.css index f8339b8..1dc4820 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -77,11 +77,6 @@ main .section.five-up { padding-right: var(--grid-margins-width); } -main .resource-form.section.two-up .marketo { - margin-left: calc(var(--grid-margins-width) * -1); - margin-right: calc(var(--grid-margins-width) * -1); -} - @media screen and (min-width: 1200px) { main .section.grid-width-10 { padding-left: var(--grid-margins-width-10); @@ -98,10 +93,3 @@ main .resource-form.section.two-up .marketo { padding-right: var(--grid-margins-width-6); } } - -@media screen and (min-width: 600px) { - main .resource-form.section.two-up .marketo { - margin-left: 0; - margin-right: 0; - } -}