nsfwalex commited on
Commit
ba5f138
โ€ข
1 Parent(s): ef89bf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,11 +96,11 @@ body {
96
  }
97
  #example_img .hide-container{
98
  height:100%;
99
- width:240px;
100
  transition: transform 0.5s ease;
101
  }
102
  #example_img {
103
- width:240px;
104
  height:100%;
105
  }
106
  #example_img img{
 
96
  }
97
  #example_img .hide-container{
98
  height:100%;
99
+ width:100%;
100
  transition: transform 0.5s ease;
101
  }
102
  #example_img {
103
+ width:100%;
104
  height:100%;
105
  }
106
  #example_img img{