Skip to content

Commit

Permalink
Merge pull request #227 from adobecom/stage
Browse files Browse the repository at this point in the history
[Release] Stage to Main
  • Loading branch information
Brandon32 committed Jul 24, 2024
2 parents ce2ec94 + 143d68e commit 90c029c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion helix-sitemap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
12 changes: 0 additions & 12 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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;
}
}

0 comments on commit 90c029c

Please sign in to comment.