Update some styles of my blog

This commit is contained in:
Daisuke Nakahara 2025-04-27 16:19:38 +09:00
parent c2ed18a27d
commit 69e344a4a5
6 changed files with 38 additions and 107 deletions

View file

@ -1,5 +1,4 @@
---
import Social from "./Social.astro";
---
<style>
@ -8,8 +7,14 @@ import Social from "./Social.astro";
gap: 1rem;
margin-top: 2rem;
}
.legal-information {
max-width: 800px;
margin: 0 auto;
text-align: center;
line-height: 1.6;
}
</style>
<footer>
<Social platform="github" username="Daisuke897" />
<p class="legal-information">&copy; 2025 Nakahara Daisuke</p>
</footer>