mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:01:42 +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;
|
||||
}
|
||||
.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 {
|
||||
@apply hidden sm:inline;
|
||||
}
|
||||
.social-icons {
|
||||
@apply flex flex-wrap justify-center gap-1;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user