Update svg base style to be inline-block

This commit is contained in:
Sat Naing
2022-09-10 15:35:18 +06:30
parent 07fdae3c3c
commit 2117c79c44
+1 -1
View File
@@ -32,7 +32,7 @@
@apply max-w-3xl mx-auto px-4;
}
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;
}
}