Skip to content

Commit 63e40cb

Browse files
authored
Merge pull request #324 from Linaro/marcpe_fix_merge_issue
fix the excess padding above the search button
2 parents d4c3a3f + e99ae91 commit 63e40cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/[lang]/applications/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const t = await getFixedT(locale);
5656
<div class="flex mx-auto">
5757
<a href=`/${locale}/applications/search` class="mx-auto">
5858
<button
59-
class="px-8 py-2 bg-white text-black rounded-full font-bold mt-16 text-xl hover:bg-zinc-500 hover:text-white">
59+
class="px-8 py-2 bg-white text-black rounded-full font-bold text-xl hover:bg-zinc-500 hover:text-white">
6060
{t('applications.search_button')}
6161
</button>
6262
</a>

0 commit comments

Comments
 (0)