diff --git a/index.html b/index.html
index 0746db4..63121f7 100644
--- a/index.html
+++ b/index.html
@@ -100,7 +100,7 @@
background-color: #000;
bottom: 0;
left: 0;
- transition: width 0.4s;
+ transition: width 0.5s;
}
.project:hover::after {
width: 100%;
@@ -110,7 +110,7 @@
white-space: nowrap;
overflow: hidden;
width: 0;
- transition: all 0.4s ease;
+ transition: all 0.5s ease;
display: inline-block;
vertical-align: top;
max-width: 0;