Skip to content

Commit d260e15

Browse files
committed
fix: remove unnecessary padding from plan search input for improved layout
1 parent 1ec31dc commit d260e15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ const structuredData = {
245245
type="text"
246246
id="plan-search"
247247
placeholder="Search plans by name, provider, or feature..."
248-
class="input input-bordered w-full pl-10"
248+
class="input input-bordered w-full"
249249
/>
250250
</div>
251251
</div>

0 commit comments

Comments
 (0)