fix: icon size
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user