blanchon commited on
Commit
c5a06ba
·
1 Parent(s): aaa744c

Match Browser + footer width with the rest of the page (max-w-5xl)

Browse files
Files changed (1) hide show
  1. src/routes/+page.svelte +2 -3
src/routes/+page.svelte CHANGED
@@ -291,7 +291,7 @@
291
  </section>
292
 
293
  <!-- Browser -->
294
- <section class="mt-8">
295
  <Tabs.Root bind:value={view} class="w-full">
296
  <div class="mb-2 flex items-center justify-between gap-2">
297
  <h2 class="font-heading text-lg font-semibold tracking-tight">Browse the dataset</h2>
@@ -357,14 +357,13 @@
357
  author = {Julien Blanchon},
358
  title = {OpenCS2 Dataset},
359
  year = {2026},
360
- publisher = {Hugging Face},
361
  howpublished = {\\url{https://github.com/julien-blanchon/opencs2-dataset}},
362
  }`}</pre>
363
  </section>
364
 
365
  <!-- Footer -->
366
  <footer
367
- class="mt-10 flex flex-col items-center gap-2 border-t pt-6 text-xs text-muted-foreground"
368
  >
369
  <div class="flex flex-wrap justify-center gap-4">
370
  <a
 
291
  </section>
292
 
293
  <!-- Browser -->
294
+ <section class="mx-auto mt-8 max-w-5xl">
295
  <Tabs.Root bind:value={view} class="w-full">
296
  <div class="mb-2 flex items-center justify-between gap-2">
297
  <h2 class="font-heading text-lg font-semibold tracking-tight">Browse the dataset</h2>
 
357
  author = {Julien Blanchon},
358
  title = {OpenCS2 Dataset},
359
  year = {2026},
 
360
  howpublished = {\\url{https://github.com/julien-blanchon/opencs2-dataset}},
361
  }`}</pre>
362
  </section>
363
 
364
  <!-- Footer -->
365
  <footer
366
+ class="mx-auto mt-10 flex max-w-5xl flex-col items-center gap-2 border-t pt-6 text-xs text-muted-foreground"
367
  >
368
  <div class="flex flex-wrap justify-center gap-4">
369
  <a