mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:01:42 +08:00
refactor: remove unused css for hr
This commit is contained in:
@@ -99,9 +99,6 @@ const { activeNav } = Astro.props;
|
|||||||
#skip-to-content {
|
#skip-to-content {
|
||||||
@apply bg-skin-accent text-skin-inverted py-2 px-3 absolute -top-full focus:top-4 left-16 z-50 transition-all;
|
@apply bg-skin-accent text-skin-inverted py-2 px-3 absolute -top-full focus:top-4 left-16 z-50 transition-all;
|
||||||
}
|
}
|
||||||
header hr {
|
|
||||||
@apply border-skin-line mx-4 max-w-3xl sm:mx-auto;
|
|
||||||
}
|
|
||||||
.nav-container {
|
.nav-container {
|
||||||
@apply max-w-3xl mx-auto flex flex-col sm:flex-row justify-between items-center;
|
@apply max-w-3xl mx-auto flex flex-col sm:flex-row justify-between items-center;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user