Skip to content

Commit

Permalink
adding new launch env
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCollinz committed Feb 7, 2024
1 parent 308dae1 commit 74b8547
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions blocks/form/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ main .form-file-wrapper .file-description button {

@media (min-width: 768px) {
:root {
--form-width: 740px;
--form-width: 800px;
}

main .form button {
Expand All @@ -257,7 +257,7 @@ main .form-file-wrapper .file-description button {

@media (min-width: 1200px) {
:root {
--form-width: 990px;
--form-width: 1200px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion blocks/hero/default-hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@

@media screen and (min-width: 1280px) {
.hero.block.default .content-wrapper {
padding: 80px 40px;
padding: 80px 80px;
max-width: var(--normal-page-width);
}
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/delayed.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sampleRUM('cwv');
// add more delayed functionality here

const loadAdobeDTM = async () => {
await loadScript('https://assets.adobedtm.com/8fee56b0a165/0dcea4176083/launch-868c1997ca51-development.min.js');
await loadScript('https://assets.adobedtm.com/8fee56b0a165/0dcea4176083/launch-5b9d43d0b93e-development.min.js');
};

await loadAdobeDTM();

0 comments on commit 74b8547

Please sign in to comment.