Trudy commited on
Commit
e3e9445
·
1 Parent(s): 291474d

fixed tiny styling bug in image carousel

Browse files
Files changed (1) hide show
  1. pages/index.js +1 -1
pages/index.js CHANGED
@@ -305,7 +305,7 @@ export default function Home() {
305
  </>
306
  )}
307
  </div>
308
- <div className="max-w-xl mb-4">
309
  <div className="flex overflow-x-auto gap-2 py-1 mx-4">
310
  {SAMPLE_IMAGES.map((image) => (
311
  <button
 
305
  </>
306
  )}
307
  </div>
308
+ <div className="max-w-full mb-4">
309
  <div className="flex overflow-x-auto gap-2 py-1 mx-4">
310
  {SAMPLE_IMAGES.map((image) => (
311
  <button