Wauplin HF staff commited on
Commit
ed13876
1 Parent(s): 0de77c7

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -3
style.css CHANGED
@@ -9,9 +9,8 @@ h1 {
9
  border-radius: 100vh;
10
  }
11
 
12
- gradio-app {
13
- max-width: 730px;
14
- margin: auto;
15
  }
16
 
17
  #share-btn-container{padding-left: 0.5rem !important; padding-right: 0.5rem !important; background-color: #000000; justify-content: center; align-items: center; border-radius: 9999px !important; max-width: 13rem; margin-left: auto;margin-top: 0.35em;}
 
9
  border-radius: 100vh;
10
  }
11
 
12
+ .gradio-container {
13
+ max-width: 730px! important;
 
14
  }
15
 
16
  #share-btn-container{padding-left: 0.5rem !important; padding-right: 0.5rem !important; background-color: #000000; justify-content: center; align-items: center; border-radius: 9999px !important; max-width: 13rem; margin-left: auto;margin-top: 0.35em;}