Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #448 from danIancuV/card-animation
Browse files Browse the repository at this point in the history
added grow animation to cards on homepage
  • Loading branch information
Samir Jouni authored Oct 14, 2019
2 parents b9e73aa + 44a6d4e commit bd4f8dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,13 @@ section#hero-content {
color: #ff4546;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
transition: all .2s ease-in-out;
}

#nav-item:hover {
background-color: #ff4546;
color: white;
transform: scale(1.1);
}

.container a {
Expand Down

0 comments on commit bd4f8dc

Please sign in to comment.