Remove border opacity

This commit is contained in:
Sat Naing
2022-09-09 20:40:50 +06:30
parent b5f450522e
commit a77416ba03
+1 -1
View File
@@ -42,7 +42,7 @@
<style>
hr {
@apply border-skin-line opacity-50 mx-4 max-w-3xl sm:mx-auto;
@apply border-skin-line mx-4 max-w-3xl sm:mx-auto;
}
.nav-container {
@apply max-w-3xl mx-auto flex flex-col sm:flex-row justify-between items-center;