v0.2.11: 커스텀 공유 모달과 레이아웃 수정 반영
Made-with: Cursor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<section class="px-5 sm:px-6 py-4" data-home-featured>
|
||||
<section class="px-4 sm:px-5 lg:px-6 py-4" data-home-featured>
|
||||
<div class="max-w-content mx-auto">
|
||||
{{#get "posts" filter="featured:true" limit="12" include="authors,tags"}}
|
||||
{{#if posts}}
|
||||
@@ -50,7 +50,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="px-5 sm:px-6 py-4" data-home-latest>
|
||||
<section class="px-4 sm:px-5 lg:px-6 py-4 " data-home-latest>
|
||||
<div class="max-w-content mx-auto">
|
||||
<div class="flex gap-2 items-end justify-between border-b border-brd pb-2">
|
||||
<h2 class="text-sm uppercase font-medium text-typ-tone">Latest</h2>
|
||||
|
||||
Reference in New Issue
Block a user