DamarJati commited on
Commit
3ca8e8f
·
verified ·
1 Parent(s): abb91e4

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -1
style.css CHANGED
@@ -18,6 +18,9 @@ element.style {
18
  .app.svelte-1kyws56.svelte-1kyws56 {
19
  max-width: 768px;
20
  }
 
 
 
21
  @media (min-width: 640px)
22
  .app.svelte-1kyws56.svelte-1kyws56 {
23
  max-width: 640px;
@@ -31,4 +34,4 @@ element.style {
31
  }
32
  gradio-app > .gradio-container {
33
  max-width: 100% !important;
34
- }
 
18
  .app.svelte-1kyws56.svelte-1kyws56 {
19
  max-width: 768px;
20
  }
21
+ #generate_button {
22
+ width: 100% !important;
23
+ }
24
  @media (min-width: 640px)
25
  .app.svelte-1kyws56.svelte-1kyws56 {
26
  max-width: 640px;
 
34
  }
35
  gradio-app > .gradio-container {
36
  max-width: 100% !important;
37
+ }