sharmavaruncs commited on
Commit
782c9a5
·
1 Parent(s): 95e1aa4

increased box widths

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,8 +105,8 @@ def config():
105
  flex-direction: column;
106
  align-items: center;
107
  justify-content: center; /* Align content in the middle */
108
- height: 10vh; /* Reduce the height of the box */
109
- padding: 10px; /* Reduce padding */
110
  border-radius: 10px;
111
  }
112
  </style>
 
105
  flex-direction: column;
106
  align-items: center;
107
  justify-content: center; /* Align content in the middle */
108
+ height: 20vh; /* Reduce the height of the box */
109
+ padding: 20px; /* Reduce padding */
110
  border-radius: 10px;
111
  }
112
  </style>