francescoKrnl commited on
Commit
9ee1665
1 Parent(s): 09be82c

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -2
style.css CHANGED
@@ -38,8 +38,10 @@ gradio-app {
38
  justify-content: center;
39
  }
40
  .image_container {
41
- width: 440px;
42
- height: 440px;
 
 
43
  margin: 26px;
44
  position: relative;
45
  display: inline-block;
 
38
  justify-content: center;
39
  }
40
  .image_container {
41
+ flex-shrink: 0 !important;
42
+ flex-grow: 0 !important;
43
+ width: 100%;
44
+ height: 100%;
45
  margin: 26px;
46
  position: relative;
47
  display: inline-block;