Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pronist committed May 29, 2024
1 parent 57683ef commit 944204a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/Main/List.pug
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ s_list
#list(data-mode='[##_list_style_##]')
header.header(
x-data='{ thumb: false }'
class='h-64 mb-10 flex justify-center items-center border-b border-b-solid border-b-h-300 dark:border-b-h-600 lg:mb-16')
class='h-64 mb-12 flex justify-center items-center border-b border-b-solid border-b-h-300 lg:mb-16 dark:border-b-h-600')
s_list_image
.img(
x-init='thumb = true'
Expand Down
2 changes: 1 addition & 1 deletion views/Main/Paging.pug
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
s_paging
ul#paging(class='flex justify-center items-center mt-8 lg:mt-20')
ul#paging(class='flex justify-center items-center mt-12 lg:mt-20')
li.prev
a.link([##_prev_page_##] class='[##_no_more_prev_##]')
span.txt(class='text-hidden') 이전
Expand Down

0 comments on commit 944204a

Please sign in to comment.