fix: use correct class names
This commit is contained in:
parent
e5ff863e94
commit
db63427795
6 changed files with 21 additions and 21 deletions
|
@ -22,7 +22,7 @@
|
|||
(body
|
||||
; nav
|
||||
(nav
|
||||
("class" "flex w-full justify_between gap_2")
|
||||
("class" "flex w_full justify_between gap_2")
|
||||
(div
|
||||
("class" "flex side")
|
||||
(div
|
||||
|
@ -74,7 +74,7 @@
|
|||
|
||||
; page
|
||||
(article
|
||||
("class" "content_container flex flex-col")
|
||||
("class" "content_container flex flex_col")
|
||||
("id" "page")
|
||||
(ul ("id" "messages"))
|
||||
(text "{% block body %}{% endblock %}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue