diff --git a/.eleventy.js b/.eleventy.js index cec1d12..7ec8122 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -133,6 +133,7 @@ module.exports = function (config) { `; }); + // If BASEURL env variable exists, update pathPrefix to the BASEURL if (process.env.BASEURL) { diff --git a/_data/assetPaths.json b/_data/assetPaths.json index 03e5d87..4fe9d76 100644 --- a/_data/assetPaths.json +++ b/_data/assetPaths.json @@ -1,8 +1,31 @@ { + "merriweathe": "/assets/fonts/merriweather", + "public": "/assets/fonts/public-sans", + "roboto": "/assets/fonts/roboto-mono", + "source-sans": "/assets/fonts/source-sans-pro", + "bm.svg": "/assets/img/bm-logo.svg", + "bm-small.svg": "/assets/img/bm-small-logo.svg", + "code.png": "/assets/img/codes.png", + "code.svg": "/assets/img/codes.svg", + "disaster.png": "/assets/img/disaster-info.png", + "expert.png": "/assets/img/experts.png", + "expert.svg": "/assets/img/experts.svg", + "help.svg": "/assets/img/help-icon.svg", + "her.png": "/assets/img/hero.png", + "hire.jpg": "/assets/img/hire-us.jpg", + "inspection.png": "/assets/img/inspections.png", + "inspection.svg": "/assets/img/inspections.svg", + "locatio.png": "/assets/img/location.png", + "logo.png": "/assets/img/logo-img.png", + "recover.png": "/assets/img/recovery.png", + "recover.svg": "/assets/img/recovery.svg", + "upload": "/assets/img/uploads", "admin.js": "/assets/js/admin-C7YAUYZM.js", "admin.map": "/assets/js/admin-C7YAUYZM.js.map", "app.js": "/assets/js/app-DBWFVBND.js", "app.map": "/assets/js/app-DBWFVBND.js.map", - "index.css": "/assets/styles/index-KNHDIH2P.css", - "index.map": "/assets/styles/index-KNHDIH2P.css.map" + "uswds.js": "/assets/js/uswds-init.js", + "index.css": "/assets/styles/index-HWVJ67QH.css", + "index.map": "/assets/styles/index-HWVJ67QH.css.map", + "im": "/assets/uswds/img" } \ No newline at end of file diff --git a/_includes/hero.html b/_includes/hero.html index b1d62e0..09b9b91 100644 --- a/_includes/hero.html +++ b/_includes/hero.html @@ -37,17 +37,16 @@

\ No newline at end of file diff --git a/theme/styles/_templates.scss b/theme/styles/_templates.scss index 9d9328a..d750d08 100644 --- a/theme/styles/_templates.scss +++ b/theme/styles/_templates.scss @@ -97,11 +97,15 @@ body { border: 1px solid white; background: color('green-60v'); font-weight: 400; - font-size: units(2.5); + font-size: size('body', 8); line-height: line-height('body', 2); padding: units(1.5) units(1.5) units(1.5) units(5); text-align: center; background: color('green-60v') url('../img/help-icon.svg') no-repeat units(1) center; + + @include at-media(desktop) { + font-size: size('body', 5); + } } select,