Add another selector for images Apparently something in the rendering pipeline substitutes <main> for <article>.
1 files changed, 1 insertions(+), 1 deletions(-) M css/main.css
M css/main.css => css/main.css +1 -1
@@ 190,6 190,6 @@ blockquote { content: "/"; } -article img { +article img, main img { width: 100%; }