mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Update footer text style to nowrap and update icon wrapper layout
This commit is contained in:
@@ -52,9 +52,12 @@ const { noMarginTop = false } = Astro.props;
|
|||||||
@apply scale-125;
|
@apply scale-125;
|
||||||
}
|
}
|
||||||
.copyright-wrapper {
|
.copyright-wrapper {
|
||||||
@apply my-2 flex flex-col sm:flex-row items-center;
|
@apply my-2 flex flex-col sm:flex-row items-center whitespace-nowrap;
|
||||||
}
|
}
|
||||||
.separator {
|
.separator {
|
||||||
@apply hidden sm:inline;
|
@apply hidden sm:inline;
|
||||||
}
|
}
|
||||||
|
.social-icons {
|
||||||
|
@apply flex flex-wrap justify-center gap-1;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user