Sebastiankay commited on
Commit
d3fb01e
1 Parent(s): 9bd6547

Update _res/_custom.css

Browse files
Files changed (1) hide show
  1. _res/_custom.css +6 -2
_res/_custom.css CHANGED
@@ -85,8 +85,12 @@ body>gradio-app.has-bg-image::before {
85
 
86
  }
87
 
88
- gradio-app .gradio-container {
89
- max-width: 80% !important;
 
 
 
 
90
  }
91
 
92
  div.tabs>div.tab-nav>button.selected {
 
85
 
86
  }
87
 
88
+ @media screen and (min-width: 980px) {
89
+
90
+ gradio-app .gradio-container {
91
+ max-width: 80% !important;
92
+ }
93
+
94
  }
95
 
96
  div.tabs>div.tab-nav>button.selected {