mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
style: add placeholder height in archive column
This commit is contained in:
parent
cc478795a2
commit
4a11f11e54
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
Currently nothing in the archive, so this component is left unfinished.
|
||||
-->
|
||||
|
||||
<Card.Root class="bg-primary-foreground backdrop-blur-sm border-primary/10">
|
||||
<Card.Root class="bg-primary-foreground backdrop-blur-sm border-primary/10 min-h-[600px]">
|
||||
<Card.Header>
|
||||
<h2 class="text-3xl font-serif font-bold mb-6" id="archive">Archive</h2>
|
||||
<h3 class="text-3xl font-serif font-medium text-muted-foreground" id="2024">2024</h3>
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
{/each}
|
||||
</div>
|
||||
<div in:fly={{ y: -50, delay: 300 }} class="col-span-3 md:col-span-1">
|
||||
<Archive></Archive>
|
||||
<Archive />
|
||||
</div>
|
||||
</div>
|
||||
{:else}
|
||||
|
|
Loading…
Reference in a new issue