블로그: 목록 카드 요약 영역 세로 여백 정리 (v0.2.9)
Made-with: Cursor
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
<div class="sidebar-card__content sidebar-card__content--categories" x-cloak x-show="categoriesOpen">
|
||||
<ul class="category-grid grid sm:grid-cols-2 gap-x-2 gap-0.5 mt-1 text-typ-tone font-medium text-[0.8rem] -mb-1.5" data-category-priority-list
|
||||
data-category-priority-order="tech,business,health,science,design,travel,gaming,music,diy,photography,books"
|
||||
data-category-priority-limit="11">
|
||||
data-category-priority-limit="10">
|
||||
{{#get "tags" limit="100" include="count.posts" order="count.posts desc"}}
|
||||
{{#foreach tags}}
|
||||
<li data-category-priority-item data-category-slug="{{slug}}">
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
{{/is}}
|
||||
<span class="flex-1"></span>
|
||||
<footer class="px-5 sm:px-6 xl:pr-1">
|
||||
<div class="py-3 flex flex-col items-start justify-start text-xs font-blod text-gray-800">
|
||||
<div class="py-3 flex flex-col items-center justify-center text-[10px] font-bold text-gray-800">
|
||||
©{{date format="YYYY"}} {{@site.title}}. All rights reserved.
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user