Skip to content

Commit 7e096c2

Browse files
committed
IMP: merge image tag styles
1 parent bf78c2c commit 7e096c2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

lib/web/css/source/lib/_resets.less

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
}
4949

5050
img {
51+
max-width: 100%;
52+
height: auto;
5153
border: 0;
5254
}
5355

@@ -57,11 +59,6 @@
5759
max-width: 100%;
5860
}
5961

60-
img {
61-
max-width: 100%;
62-
height: auto;
63-
}
64-
6562
svg:not(:root) {
6663
overflow: hidden;
6764
}

0 commit comments

Comments
 (0)