diff --git a/.air.toml b/.air.toml index 612e376..1672ee6 100644 --- a/.air.toml +++ b/.air.toml @@ -14,6 +14,7 @@ args_bin = [ "-log tmp/cpolis.log", "-pdfs tmp/pdfs", "-pics tmp/pics", + "-port 8080", "-rss tmp/orientexpress_alle.rss", "-title 'Freimaurer Distrikt Niedersachsen und Sachsen-Anhalt'", "-web web", diff --git a/web/static/css/input.css b/web/static/css/input.css index 815ea0b..e2fe988 100644 --- a/web/static/css/input.css +++ b/web/static/css/input.css @@ -20,7 +20,7 @@ textarea { } .btn-area { - @apply flex gap-4 mt-4; + @apply grid grid-cols-1 md:grid-cols-2 gap-x-4 gap-y-1 mt-4; } .btn { diff --git a/web/templates/add-tag.html b/web/templates/add-tag.html index 29532af..7e898e0 100644 --- a/web/templates/add-tag.html +++ b/web/templates/add-tag.html @@ -2,7 +2,7 @@