Skip to content

Commit

Permalink
corrected footer
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcox committed Feb 28, 2024
1 parent 292ac60 commit 853da8c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
12 changes: 8 additions & 4 deletions src/_data/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"app": "app-S5HW3ASK.min.js",
"fetch": "fetch-BUN3JDA4.min.js",
"is-land": "is-land-TXS7GROR.min.js",
"style": "style-XZJGRXTZ.min.css"
"app.map": "app.js.map",
"app": "app.js",
"fetch.map": "fetch.js.map",
"fetch": "fetch.js",
"is-land.map": "is-land.js.map",
"is-land": "is-land.js",
"style.map": "style.css.map",
"style": "style.css"
}
7 changes: 5 additions & 2 deletions src/style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,15 @@ body {
padding: 0;
}

//
header,
main {
max-width: var(--width-content);
}

footer,
header,
main {
margin: 0 auto;
max-width: var(--width-content);
padding: var(--space-away) var(--space-near);
}

Expand Down

0 comments on commit 853da8c

Please sign in to comment.