File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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; }
You can’t perform that action at this time.
0 commit comments