Skip to content

Commit 4a8e948

Browse files
committed
fix: add margin bottom bellow contact us button on mobile view
1 parent ff115c8 commit 4a8e948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/components/navigation.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ const caseStudies = [
192192
</a>
193193
<a
194194
class="font-medium
195-
w-full !h-[40px] items-center px-4 py-2 rounded-md
195+
w-full !h-[40px] items-center px-4 py-2 rounded-md mb-5 md:mb-0
196196
text-base text-center whitespace-nowrap bg-crocoder-yellow text-contrast hover:opacity-90
197197
inline-block"
198198
href="/contact"

0 commit comments

Comments
 (0)