n-daisuke897-blog/src/components/Footer.astro

20 lines
334 B
Text

---
---
<style>
footer {
display: flex;
gap: 1rem;
margin-top: 2rem;
}
.legal-information {
max-width: 800px;
margin: 0 auto;
text-align: center;
line-height: 1.6;
}
</style>
<footer>
<p class="legal-information">&copy; 2025 Nakahara Daisuke</p>
</footer>