Skip to content

Commit 402f54a

Browse files
committed
add responsive image utility class
1 parent a14cf9f commit 402f54a

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

css/sass/utilities.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
.wide { width: 100%; }
2424
.tall { height: 100%; }
2525
.expand-v { min-height: 100vh; }
26+
.img-responsive { max-width:100%; height: auto; }
2627

2728
.crop {overflow:hidden;}
2829
.crop-x {overflow-x:hidden;}

0 commit comments

Comments
 (0)