sharmavaruncs commited on
Commit
19005f1
·
1 Parent(s): 2469e6e

increased box width

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def config():
104
  flex-direction: column;
105
  align-items: center;
106
  justify-content: flex-start; /* Align content to the top */
107
- height: 10vh;
108
  padding: 40px;
109
  border-radius: 10px;
110
  }
 
104
  flex-direction: column;
105
  align-items: center;
106
  justify-content: flex-start; /* Align content to the top */
107
+ height: 20vh;
108
  padding: 40px;
109
  border-radius: 10px;
110
  }