tonyassi commited on
Commit
8c10488
·
verified ·
1 Parent(s): c40da60

Update static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +10 -0
static/styles.css CHANGED
@@ -260,6 +260,16 @@ form {
260
  align-items: center;
261
  justify-content: center;
262
  }
 
 
 
 
 
 
 
 
 
 
263
 
264
 
265
  /* Responsive Layout */
 
260
  align-items: center;
261
  justify-content: center;
262
  }
263
+ .box-wrapper {
264
+ display: flex;
265
+ flex-direction: column;
266
+ align-items: center;
267
+ width: 100%; /* Ensure full width on smaller screens */
268
+ max-width: 300px; /* Limit the maximum width for better proportions */
269
+ min-width: 250px; /* Prevent boxes from becoming too narrow */
270
+ margin: 10px auto; /* Center the box and add spacing */
271
+ }
272
+
273
 
274
 
275
  /* Responsive Layout */