Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 10444a8

Browse files
committed
set img styles also for picture tag
1 parent 7be24c2 commit 10444a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/reset.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ a:not([class]) {
5151
}
5252

5353
/* Make images easier to work with */
54-
img {
54+
img,
55+
picture {
5556
max-width: 100%;
5657
display: block;
5758
}

0 commit comments

Comments
 (0)