Skip to content

Commit

Permalink
add copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
BcRikko committed Jul 21, 2024
1 parent 4ab8cde commit 1feebff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ const { title } = Astro.props;
<main>
<slot />
</main>
<footer>
<p>
<small>Copyright © 2024 <a href="https://x.com/bc_rikko" target="_blank">@bc_rikko</a></small>
</p>
</footer>
</body>
</html>
4 changes: 2 additions & 2 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ html {
letter-spacing: 0.05em;
}

main {
:where(header, footer, main) {
max-width: 50ch;
margin: auto;
}
Expand All @@ -15,4 +15,4 @@ pre {

dt {
font-weight: 800;
}
}

0 comments on commit 1feebff

Please sign in to comment.