1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-16 01:10:30 +02:00

Added transition to hover state

This commit is contained in:
Dan Leech 2015-10-16 14:08:40 +01:00
parent 5ea7a6498a
commit 0172a91042
2 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,7 @@
line-height: 1rem;
padding: 0;
text-transform: uppercase;
transition: all 0.05s ease-out;
width: 100%;
}
.tiles li:hover {

View File

@ -84,6 +84,7 @@
line-height: 1rem;
padding: 0;
text-transform: uppercase;
transition: all 0.05s ease-out;
width: 100%;
}
.tiles li:hover {