From 7cc5b19ac85b89d53dd2b0a2a16cbc22bb4e169d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Mon, 1 Aug 2022 22:47:09 +0200 Subject: [PATCH] Style correct --- templates/includes/form.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/includes/form.html.ep b/templates/includes/form.html.ep index cd97686..9cc5789 100644 --- a/templates/includes/form.html.ep +++ b/templates/includes/form.html.ep @@ -1,6 +1,6 @@ <form hx-post="/" hx-target="#response" hx-params="*"> -<div class="card elevation-4 space-y-4"> +<div class="card elevation-4 space-y-4 mt-2"> <div class="card__body"> <div class="grid grid-cols-12 gap-4 row-gap-6"> -- GitLab