Commit
·
d06738a
1
Parent(s):
987a004
Update templates/index.html
Browse files- templates/index.html +1 -0
templates/index.html
CHANGED
|
@@ -112,6 +112,7 @@
|
|
| 112 |
flex-direction: column;
|
| 113 |
align-items: flex-start;
|
| 114 |
margin-right: 30px;
|
|
|
|
| 115 |
}
|
| 116 |
|
| 117 |
a:hover {
|
|
|
|
| 112 |
flex-direction: column;
|
| 113 |
align-items: flex-start;
|
| 114 |
margin-right: 30px;
|
| 115 |
+
transition 0.3s ease;
|
| 116 |
}
|
| 117 |
|
| 118 |
a:hover {
|