Add more specific selector for hr

This commit is contained in:
Sat Naing
2022-09-11 01:48:51 +06:30
parent 201bf357b3
commit 463022acc9
+1 -1
View File
@@ -59,7 +59,7 @@ const { activeNav } = Astro.props;
</header>
<style>
hr {
header hr {
@apply border-skin-line mx-4 max-w-3xl sm:mx-auto;
}
.nav-container {