From da2926b2e6d6ad95e141f7e3db0158604341db92 Mon Sep 17 00:00:00 2001 From: Natasha Pierre-Louis Date: Sun, 20 Oct 2024 22:51:28 -0600 Subject: [PATCH] Added a comment to stylesheet --- _data/assetPaths.json | 4 ++-- _includes/theme/styles/_templates.scss | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_data/assetPaths.json b/_data/assetPaths.json index 07789f8..ef2eec2 100644 --- a/_data/assetPaths.json +++ b/_data/assetPaths.json @@ -54,6 +54,6 @@ "admin.map": "/assets/js/admin-TRAB3TNM.js.map", "app.js": "/assets/js/app-PHNK6WN2.js", "app.map": "/assets/js/app-PHNK6WN2.js.map", - "index.css": "/assets/styles/index-53D5ZITG.css", - "index.map": "/assets/styles/index-53D5ZITG.css.map" + "index.css": "/assets/styles/index-7HFZBM7B.css", + "index.map": "/assets/styles/index-7HFZBM7B.css.map" } \ No newline at end of file diff --git a/_includes/theme/styles/_templates.scss b/_includes/theme/styles/_templates.scss index 4e623cc..17640a5 100644 --- a/_includes/theme/styles/_templates.scss +++ b/_includes/theme/styles/_templates.scss @@ -655,6 +655,8 @@ iframe:focus, } } +/* Keep these styles at the bottom */ + .usa-modal { max-width: 50rem; }