Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update constants/styles.py
Browse files- 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.
|
|
|
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 {
|