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

Commit 72df7a8

Browse files
committed
🐛 Move img fix to appropriate selector
1 parent 5f3a971 commit 72df7a8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: _sass/_post.scss

+6-5
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@
2828
margin-top: 48px;
2929
}
3030
}
31-
32-
}
33-
34-
p img {
35-
width: 100%;
31+
32+
.post-content {
33+
img {
34+
width: 100%;
35+
}
36+
}
3637
}

0 commit comments

Comments
 (0)