diff --git a/web/static/css/input.css b/web/static/css/input.css index e2fe988..4e8b51c 100644 --- a/web/static/css/input.css +++ b/web/static/css/input.css @@ -23,6 +23,10 @@ textarea { @apply grid grid-cols-1 md:grid-cols-2 gap-x-4 gap-y-1 mt-4; } +.btn-area-3 { + @apply grid grid-cols-1 md:grid-cols-3 gap-x-4 gap-y-1 mt-4; +} + .btn { @apply bg-slate-200 dark:bg-slate-800 hover:bg-slate-100 dark:hover:bg-slate-900 border border-slate-200 dark:border-slate-800 my-2 px-3 py-2 rounded-md w-full; } diff --git a/web/templates/to-be-published.html b/web/templates/to-be-published.html index 37be607..ea047e1 100644 --- a/web/templates/to-be-published.html +++ b/web/templates/to-be-published.html @@ -31,7 +31,7 @@ {{end}} -