Skip to content

Commit

Permalink
Fix: Width/Max(width/height) props to not affect responsive (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Diego authored and duduribeiro committed Apr 19, 2018
1 parent 75e1d4c commit eb65f62
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
4 changes: 3 additions & 1 deletion assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,9 @@ section {
.speaker__grow { transition: all .2s ease-in-out;}
.speaker__grow:hover { transform: scale(1.1);}


.speaker__grow > img {
width: 100%
}


/*animação do efeito hover do mouse sobre os thumbs*/
Expand Down
Loading

0 comments on commit eb65f62

Please sign in to comment.