fix: icon size

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-06-07 13:27:02 -03:00
parent 5b6501e8c9
commit 54ba4969cd

View File

@@ -41,7 +41,7 @@ templ ProjectCard(project Project) {
</div>
<div class="px-10 py-5 flex gap-5">
<div class="hidden @[w:24rem]/projectcard:flex items-center justify-center">
<div class={ "w-15 h-15 bg-light-gray text-0 " + project.Icon }>Icon</div>
<div class={ "w-12 h-12 bg-light-gray text-0 " + project.Icon }>Icon</div>
</div>
<div>
<hgroup class="flex items-center justify-between">