improve hr styling

This commit is contained in:
shibao 2022-11-26 20:32:53 -05:00
parent 3dceb17085
commit 1802e54caf
1 changed files with 1 additions and 5 deletions

View File

@ -44,11 +44,7 @@
}
.hr {
@apply border border-primary-400 w-full max-w-2xl;
}
.hr-light {
@apply border border-primary-600 w-full max-w-2xl;
@apply mx-auto border border-primary-600 w-full max-w-2xl;
}
.link {