Fix padding for homepage's search form, to align it to other elements in the same page.

This commit is contained in:
Roberto Guido 2024-04-21 15:12:00 +00:00
parent 162d4f5fb1
commit 5998b49fae
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template>
<form
id="search-anchor"
class="container mx-auto my-3 flex flex-wrap flex-col sm:flex-row items-stretch gap-2 text-center items-center justify-center dark:text-slate-100"
class="container mx-auto my-3 px-2 flex flex-wrap flex-col sm:flex-row items-stretch gap-2 text-center items-center justify-center dark:text-slate-100"
role="search"
@submit.prevent="submit"
>