Skip to content

Commit

Permalink
Merge branch 'staging' into narumigsa-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ximekilgsa authored Dec 30, 2024
2 parents acc519f + c282765 commit 148ee88
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 2 additions & 3 deletions _data/assetPaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"positions.map": "/assets/js/positions-JSZISVTK.js.map",
"subnav.js": "/assets/js/subnav-3QHQ2EX4.js",
"subnav.map": "/assets/js/subnav-3QHQ2EX4.js.map",
"uswds.js": "/assets/js/uswds-init.js",
"styles.css": "/assets/styles/styles-VHE4JBMV.css",
"styles.map": "/assets/styles/styles-VHE4JBMV.css.map"
"styles.css": "/assets/styles/styles-SNXNXD2W.css",
"styles.map": "/assets/styles/styles-SNXNXD2W.css.map"
}
3 changes: 1 addition & 2 deletions pages/jointts/newsletter.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ summary: Get alerts when positions that interest you are posted on the TTS websi
<section class="usa-section newsletter">
<div class="grid-container">
<div class="grid-row">
<div class="desktop:grid-col-12 usa-prose">
<h1>{{page.title}}</h1>
<div class="desktop:grid-col-10 usa-prose">
<script
async
src="https://public.govdelivery.com/assets/Signup.js"
Expand Down
8 changes: 8 additions & 0 deletions styles/tts-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,14 @@ h5 {
section.newsletter {
width: calc(100vw);
max-width: 1024px;
padding-top: 0;
margin-top: -30px;
}

@media only screen and (max-width: 1024px) {
section.newsletter .usa-prose iframe {
margin-left: -40px;
}
}

/* SVG Fixes */
Expand Down

0 comments on commit 148ee88

Please sign in to comment.