Skip to content

Commit 28ef014

Browse files
authored
Merge pull request #341 from ember-learn/fix-image-constraints
fix image constraints
2 parents c773866 + caa1178 commit 28ef014

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
@@ -245,6 +245,10 @@ blockquote:before {
245245
top: var(--spacing-1);
246246
}
247247

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

0 commit comments

Comments
 (0)