fix sidebar height grow (#660)

This commit is contained in:
FabianAdrian 2022-05-22 07:13:57 -07:00 committed by GitHub
parent 00e7a7130c
commit 64fdbd9284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ useHead(meta);
</Menu>
</div>
</Container>
<Container class="mt-5" lg="flex gap-6">
<Container class="mt-5" lg="flex items-start gap-6">
<!-- Projects -->
<div class="w-full min-w-0 mb-5" lg="mb-0">
<ProjectList :projects="projects" />