Redmind commited on
Commit
83c11c8
·
verified ·
1 Parent(s): 46662ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -644,8 +644,8 @@ css = """
644
  font-family : Calibri;
645
  font-size: 11px;
646
  margin: 4px 2px;
647
- width: 40px; /* Set width to 50px */
648
- height: 90px; /* Set height to 50px */
649
  transition: background-color 0.4s, transform 0.5s ease-in-out; /* Smooth transition */
650
  cursor: pointer;
651
  }
 
644
  font-family : Calibri;
645
  font-size: 11px;
646
  margin: 4px 2px;
647
+ width: 50px; /* Set width to 50px */
648
+ height: 100px; /* Set height to 50px */
649
  transition: background-color 0.4s, transform 0.5s ease-in-out; /* Smooth transition */
650
  cursor: pointer;
651
  }