Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pronist committed Jun 28, 2024
1 parent 46dcfe8 commit f30f740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/Main/List.pug
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ s_list
class='absolute right-0 top-0 w-full h-64 z-0 object-cover')
.info(
:class='thumb? "text-h-200" : "text-h-800"'
class='flex flex-col items-center z-20 relative mx-4 text-center dark:text-h-200 lg:mx-0')
class='max-w-[80%] flex flex-col items-center z-20 relative text-center dark:text-h-200')
h1.tit(class='font-semibold text-2xl lg:text-3xl') [##_list_conform_##]
span.desc(class='leading-relaxed max-w-[80%] mt-2 empty:mt-0') [##_list_description_##]
span.desc(class='leading-relaxed mt-2 empty:mt-0') [##_list_description_##]
.posts(x-ref='list')
s_list_rep
+index('list')
Expand Down

0 comments on commit f30f740

Please sign in to comment.