We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2285c0d commit 20feeceCopy full SHA for 20feece
src/components/sections/hero/icon-label.astro
@@ -4,7 +4,7 @@ const { icon, label } = Astro.props;
4
import Icon from "@ui/Icon.astro";
5
---
6
7
-<div class="flex flex-wrap justify-center items-center py-2">
+<div class="flex flex-wrap justify-start items-center py-2">
8
<div
9
class="w-20 h-20 flex items-center justify-center rounded-full bg-[#D4D5E4] p-2"
10
>
0 commit comments