mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:01:42 +08:00
Update svg base style to be inline-block
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@
|
|||||||
@apply max-w-3xl mx-auto px-4;
|
@apply max-w-3xl mx-auto px-4;
|
||||||
}
|
}
|
||||||
svg {
|
svg {
|
||||||
@apply w-6 h-6 fill-skin-base group-hover:fill-skin-accent;
|
@apply w-6 h-6 inline-block fill-skin-base group-hover:fill-skin-accent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user