Skip to content

Commit

Permalink
More experimentation with the min-height
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbobel committed May 31, 2024
1 parent d08bdaf commit c4b6fbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _data/assetPaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
"warning.svg": "/assets/assets/warning-5OR6W6GJ.svg",
"app.js": "/assets/js/app-EDZES2YK.js",
"app.map": "/assets/js/app-EDZES2YK.js.map",
"index.css": "/assets/styles/index-XRKTDPON.css",
"index.map": "/assets/styles/index-XRKTDPON.css.map"
"index.css": "/assets/styles/index-NDSW7KAQ.css",
"index.map": "/assets/styles/index-NDSW7KAQ.css.map"
}
2 changes: 1 addition & 1 deletion _includes/theme/styles/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

.usa-header {
background-color: color("violet-90");
min-height: 70px;

+ main {
border-top: 0;
Expand All @@ -21,6 +20,7 @@
margin-bottom: units(2);
line-height: 1;
font-size: units(1);
min-height: 37px;
span {
text-indent: -9999px;
}
Expand Down

0 comments on commit c4b6fbf

Please sign in to comment.