Redmind commited on
Commit
46ee28c
·
verified ·
1 Parent(s): 3b72dc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -603,8 +603,8 @@ css = """
603
  display: inline-block;
604
  font-size: 11px;
605
  margin: 4px 2px;
606
- width: 50px; /* Set width to 50px */
607
- height: 100px; /* Set height to 50px */
608
  transition: background-color 0.4s, transform 0.5s ease-in-out; /* Smooth transition */
609
  cursor: pointer;
610
  }
 
603
  display: inline-block;
604
  font-size: 11px;
605
  margin: 4px 2px;
606
+ width: 40px; /* Set width to 50px */
607
+ height: 80px; /* Set height to 50px */
608
  transition: background-color 0.4s, transform 0.5s ease-in-out; /* Smooth transition */
609
  cursor: pointer;
610
  }