Skip to content

Commit eb65f62

Browse files
Guilherme Diegoduduribeiro
authored andcommitted
Fix: Width/Max(width/height) props to not affect responsive (#38)
1 parent 75e1d4c commit eb65f62

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

assets/css/app.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,9 @@ section {
13221322
.speaker__grow { transition: all .2s ease-in-out;}
13231323
.speaker__grow:hover { transform: scale(1.1);}
13241324

1325-
1325+
.speaker__grow > img {
1326+
width: 100%
1327+
}
13261328

13271329

13281330
/*animação do efeito hover do mouse sobre os thumbs*/

0 commit comments

Comments
 (0)