fix: tetratto utility class names
This commit is contained in:
parent
15b417c6d6
commit
e5ff863e94
7 changed files with 21 additions and 21 deletions
|
@ -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 %}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue