chansung commited on
Commit
f0c8d5f
β€’
1 Parent(s): 2507098

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -24,10 +24,10 @@ from apscheduler.schedulers.background import BackgroundScheduler
24
 
25
  STYLE = """
26
 
27
- @media only screen and (max-width: 700px) {
28
  .main {
29
- width: 80% !important;
30
- margin: 0 auto; /* Center the container */
31
  }
32
  }
33
 
 
24
 
25
  STYLE = """
26
 
27
+ @media only screen and (min-width: 700px) {
28
  .main {
29
+ width: 70% !important;
30
+ margin: 0 auto; /* Center the container */
31
  }
32
  }
33