fix: 💄 increase spacing between posts in post list on different viewports
This commit is contained in:
parent
e04f92d3ac
commit
a08cd1115b
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
</div>
|
||||
</header>
|
||||
|
||||
<main class="mb-20 space-y-10 sm:mb-32 md:mb-40">
|
||||
<main class="mb-20 space-y-10 sm:mb-32 md:mb-40 md:space-y-14 lg:space-y-20">
|
||||
{{ content | safe }}
|
||||
</main>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue