mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Update Footer.astro
This commit is contained in:
@@ -19,7 +19,6 @@ const currentYear = new Date().getFullYear();
|
||||
.site-footer {
|
||||
margin-top: auto;
|
||||
padding: 1.5rem 1rem;
|
||||
text-align: center;
|
||||
background-color: #f9fafb;
|
||||
border-top: 1px solid #e5e7eb;
|
||||
}
|
||||
@@ -27,11 +26,16 @@ const currentYear = new Date().getFullYear();
|
||||
.footer-content {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.copyright,
|
||||
.icp {
|
||||
margin: 0 0 0.5rem 0;
|
||||
margin: 0;
|
||||
font-size: 0.875rem;
|
||||
color: #6b7280;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user