Skip to content

Commit 5caee72

Browse files
Add max-width 100% on img
1 parent ae5c2f1 commit 5caee72

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

views/css/ganalytics.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@
3535
margin: 1em;
3636
width: 60px;
3737
}
38+
39+
#google_analytics_content img {
40+
max-width: 100%;
41+
}

0 commit comments

Comments
 (0)