fix: tetratto utility class names

This commit is contained in:
trisua 2025-08-03 23:25:39 -04:00
parent 15b417c6d6
commit e5ff863e94
7 changed files with 21 additions and 21 deletions

View file

@ -15,14 +15,14 @@
(text "{% endblock %} {% block body %}")
(div
("class" "flex flex-col gap-2")
("class" "flex flex-col gap_2")
(div
("class" "card container")
("id" "content_rect")
("style" "min-height: 15rem")
(text "{{ entry.content|markdown|safe }}"))
(div
("class" "w-full flex justify-between gap-2")
("class" "w-full flex justify_between gap_2")
(a
("class" "button")
("href" "/{{ entry.slug }}/edit{% if password -%} ?key={{ password }} {%- endif %}")