diff --git a/resources/css/app.css b/resources/css/app.css index 0f4f19fb9..73f19de96 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -124,6 +124,10 @@ tr td:first-child { @apply pl-4 pr-3 font-bold sm:pl-6; } +section { + @apply mb-12; +} + .alert-success { @apply flex items-center gap-2 text-success; }