Skip to content

Commit b9537e8

Browse files
committed
fix: remove extra horizontal padding around search page
1 parent cd219f7 commit b9537e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/frontend/src/app/(content)/search

apps/frontend/src/app/(content)/search/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ const SearchSongPage = () => {
528528
}, [sort, order]);
529529

530530
return (
531-
<div className='container mx-auto px-4 py-8 relative'>
531+
<div className='container mx-auto py-8 relative'>
532532
<div className='flex flex-col lg:flex-row gap-6'>
533533
{/* Filters Sidebar */}
534534
{/* {showFilters && (

0 commit comments

Comments
 (0)