itacaiunas commited on
Commit
e9772af
1 Parent(s): 71d6562

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -16,12 +16,13 @@
16
  align-items: center;
17
  justify-content: center;
18
  height: 100vh;
 
 
19
  }
20
 
21
  #prompt-container {
22
  text-align: center;
23
  margin-bottom: 20px;
24
- overflow: auto; /* Adiciona barra de rolagem quando necessário */
25
 
26
  }
27
 
 
16
  align-items: center;
17
  justify-content: center;
18
  height: 100vh;
19
+ overflow: auto; /* Adiciona barra de rolagem quando necessário */
20
+
21
  }
22
 
23
  #prompt-container {
24
  text-align: center;
25
  margin-bottom: 20px;
 
26
 
27
  }
28