Skip to content

Commit

Permalink
(web) revised footer to be full-width site footer (was page/content f…
Browse files Browse the repository at this point in the history
…ooter)
  • Loading branch information
akollegger committed Jan 17, 2025
1 parent 46018ad commit 5bb2ffe
Show file tree
Hide file tree
Showing 6 changed files with 219 additions and 109 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default defineConfig({
]
}],
components: {
Footer: './src/components/GrFooter.astro'
PageFrame: './src/components/GrPageFrame.astro',
}
}), tailwind({applyBaseStyles: false})]
});
173 changes: 97 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.30.5",
"@astrojs/starlight": "^0.31.0",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.4",
"@effect/platform-node": "^0.68.1",
"astro": "^5.1.4",
"@effect/platform-node": "^0.68.2",
"astro": "^5.1.6",
"date-fns": "^4.1.0",
"effect": "^3.12.1",
"effect": "^3.12.2",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
Expand Down
Loading

0 comments on commit 5bb2ffe

Please sign in to comment.