diff --git a/web/app/globals.css b/web/app/globals.css index 1186f27..355b298 100644 --- a/web/app/globals.css +++ b/web/app/globals.css @@ -56,5 +56,8 @@ body { @apply bg-background text-foreground; } + hr { + @apply my-8 border-t border-gray-300; + } }