Skip to content

Commit f5a2668

Browse files
committed
remove sneakers banner
1 parent abe0dc8 commit f5a2668

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

frontend/src/App.jsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ function App() {
134134
exit={{ opacity: 0, x: -20 }}
135135
transition={{ duration: 0.3 }}
136136
>
137-
<div className="layout-split">
138-
<Sidebar
137+
<div className="layout-split"> <Sidebar
139138
selectedCategories={selectedCategories}
140139
selectedThemes={selectedThemes}
141140
onToggleFilter={toggleFilter}
@@ -148,8 +147,7 @@ function App() {
148147
onToggleWishlist={toggleWishlist}
149148
isWishlisted={isWishlisted}
150149
/>
151-
</div>
152-
</motion.div>
150+
</div> </motion.div>
153151
) : (
154152
<motion.div
155153
key="detail"

frontend/src/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,3 +1192,7 @@ ul {
11921192
/* Search clear button */
11931193
.search-clear { background: none; border: none; cursor: pointer; color: #aaa; font-size: 14px; padding: 0 4px; line-height: 1; }
11941194
.search-clear:hover { color: #e85d04; }
1195+
1196+
/* Sneakers Banner */
1197+
.sneakers-banner-full { width: 100%; overflow: hidden; margin-bottom: 0; }
1198+
.sneakers-banner-full img { width: 100%; aspect-ratio: 16 / 7; display: block; object-fit: cover; object-position: center center; }

0 commit comments

Comments
 (0)