Update some styles of my blog
This commit is contained in:
parent
c2ed18a27d
commit
69e344a4a5
6 changed files with 38 additions and 107 deletions
|
|
@ -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">© 2025 Nakahara Daisuke</p>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue