From 5401fd7a4407e3a3478a9381e6a7a92b3f42be20 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sun, 11 Sep 2022 11:43:03 +0630 Subject: [PATCH] Add custom hr class style --- src/styles/base.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/base.css b/src/styles/base.css index 792e092..78b3731 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -48,6 +48,9 @@ .btn-blue { @apply bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded; } + .h-row { + @apply border-skin-line max-w-3xl mx-4; + } .display-none { @apply hidden; }