Skip to content

Commit

Permalink
Merge pull request #25 from 21TORR/next
Browse files Browse the repository at this point in the history
  • Loading branch information
keichinger authored Oct 25, 2022
2 parents dda51d9 + d907e45 commit abcd307
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.1
=====

* (improvement) Fix default rendering of images that are too wide.


1.0.0
=====

Expand Down
1 change: 1 addition & 0 deletions reset/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ audio:not([controls]) {
img {
border-style: none;
max-width: 100%;
height: auto;
}

iframe {
Expand Down

0 comments on commit abcd307

Please sign in to comment.