jbilcke-hf HF staff commited on
Commit
1c60c1d
1 Parent(s): 532b9c2

small ui fix

Browse files
Files changed (1) hide show
  1. public/index.html +2 -2
public/index.html CHANGED
@@ -9,8 +9,8 @@
9
  <body>
10
  <div class="flex flex-col md:flex-row" x-data="app()" x-init="init()">
11
  <div
12
- class="hero md:h-screen bg-stone-100 transition-[width] delay-150 ease-in-out"
13
- :class="open ? 'w-full md:w-2/6' : 'w-full md:w-6/6'"
14
  >
15
  <div class="hero-content text-center">
16
  <div class="flex flex-col w-full md:max-w-xl space-y-3 md:space-y-6">
 
9
  <body>
10
  <div class="flex flex-col md:flex-row" x-data="app()" x-init="init()">
11
  <div
12
+ class="md:h-screen bg-stone-100 transition-[width] delay-150 ease-in-out"
13
+ :class="open ? 'w-full md:w-2/6' : 'md:hero w-full md:w-6/6'"
14
  >
15
  <div class="hero-content text-center">
16
  <div class="flex flex-col w-full md:max-w-xl space-y-3 md:space-y-6">