chansung commited on
Commit
9808a8e
β€’
1 Parent(s): d31cb89

Update constants/styles.py

Browse files
Files changed (1) hide show
  1. constants/styles.py +2 -1
constants/styles.py CHANGED
@@ -9,7 +9,8 @@ STYLE = """
9
 
10
  .small-font{
11
  font-size: 12pt !important;
12
- transition: font-size 0.3s ease-out;
 
13
  }
14
 
15
  .small-font:hover {
 
9
 
10
  .small-font{
11
  font-size: 12pt !important;
12
+ transition: font-size 0.4s ease-out;
13
+ transition-delay: 0.8s;
14
  }
15
 
16
  .small-font:hover {