Skip to content

Commit

Permalink
fix: footer padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Dec 3, 2024
1 parent 9607fb6 commit ddaa2bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</body>
</html>

<style>
<style is:global>
*,
*::before,
*::after {
Expand Down
1 change: 1 addition & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ import Layout from "../layouts/Layout.astro";
}

footer {
padding: 16px;
font-size: 0.8rem;
}
</style>

0 comments on commit ddaa2bf

Please sign in to comment.