Skip to content

Commit caa1178

Browse files
jaredgalanismansona
andcommitted
fix image constraints
- images in markdown breakout of their container as described in #335 - this sets a max width to constrain them Co-Authored-By: Chris Manson <[email protected]>
1 parent 282959e commit caa1178

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

addon/styles/global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,10 @@ blockquote:before {
244244
top: var(--spacing-1);
245245
}
246246

247+
img {
248+
max-width: 100%;
249+
}
250+
247251
/*
248252
@media (max-width: 1280px) and (min-width: 421px) {
249253
body,

0 commit comments

Comments
 (0)