Spaces:
Runtime error
Runtime error
Update constants/styles.py
Browse files- constants/styles.py +1 -0
constants/styles.py
CHANGED
@@ -9,6 +9,7 @@ STYLE = """
|
|
9 |
|
10 |
.small-font{
|
11 |
font-size: 12pt !important;
|
|
|
12 |
}
|
13 |
|
14 |
.small-font:hover {
|
|
|
9 |
|
10 |
.small-font{
|
11 |
font-size: 12pt !important;
|
12 |
+
transition: font-size 0.3s ease-out;
|
13 |
}
|
14 |
|
15 |
.small-font:hover {
|