diff --git a/index.html b/index.html
index 3f346ea70..8686e19c2 100644
--- a/index.html
+++ b/index.html
@@ -84,6 +84,7 @@
line-height: 1rem;
padding: 0;
text-transform: uppercase;
+ transition: all 0.05s ease-out;
width: 100%;
}
.tiles li:hover {
diff --git a/src/header.html b/src/header.html
index fc0866bf4..6048215ca 100644
--- a/src/header.html
+++ b/src/header.html
@@ -84,6 +84,7 @@
line-height: 1rem;
padding: 0;
text-transform: uppercase;
+ transition: all 0.05s ease-out;
width: 100%;
}
.tiles li:hover {