am-prototype commited on
Commit
b845e66
1 Parent(s): 35d662a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -18,7 +18,7 @@ with demo:
18
  width: 600px;
19
  height: 750px;
20
  #min-width: 500px;
21
- #min-height: 600px;
22
  border: 4px solid #aaa;
23
  border-radius: 20px;
24
  overflow: hidden;
@@ -27,8 +27,10 @@ with demo:
27
  }
28
  iframe {
29
  width: 100%;
30
- #min-height: 750px;
31
  border: none;
 
 
32
  }
33
  @media (max-width: 600px) {
34
  #phone {
@@ -36,11 +38,14 @@ with demo:
36
  height: 100%;
37
  border: none;
38
  box-shadow: none;
 
 
39
  }
40
 
41
  iframe {
42
  #padding: 2em;
43
  height: 100%
 
44
  width: 100%
45
  }
46
  }
 
18
  width: 600px;
19
  height: 750px;
20
  #min-width: 500px;
21
+ min-height: 600px;
22
  border: 4px solid #aaa;
23
  border-radius: 20px;
24
  overflow: hidden;
 
27
  }
28
  iframe {
29
  width: 100%;
30
+ min-height: 600px;
31
  border: none;
32
+ padding: 0;
33
+ margin: 0;
34
  }
35
  @media (max-width: 600px) {
36
  #phone {
 
38
  height: 100%;
39
  border: none;
40
  box-shadow: none;
41
+ padding: 0;
42
+ margin: 0;
43
  }
44
 
45
  iframe {
46
  #padding: 2em;
47
  height: 100%
48
+ min-height= 600px;
49
  width: 100%
50
  }
51
  }