Skip to content

Commit 1776e25

Browse files
committed
fixed missing margin
1 parent 1c6bb68 commit 1776e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<img data-src="/img/home/woman-cloud.png" class="lazyload aspect-714/622 w-full object-scale-down mx-auto lg:w-3/4 animate-hover" alt="{{ i18n "home_header_woman_cloud_alt" . }}"/>
1818
</div>
1919
<div class="w-full md:w-2/3 lg:w-3/5">
20-
<div class="inline-flex items-center gap-x-1.5 px-4 py-1 rounded-full text-xs lg:text-sm font-medium bg-transparent border border-primary text-primary">
20+
<div class="inline-flex items-center gap-x-1.5 px-4 py-1 rounded-full text-xs lg:text-sm font-medium bg-transparent border border-primary text-primary mb-4">
2121
<i class="fas fa-cloud-download"></i>
2222
{{ i18n "home_header_kicker" }}
2323
</div>

0 commit comments

Comments
 (0)