Skip to content

Commit

Permalink
fix: 283
Browse files Browse the repository at this point in the history
  • Loading branch information
nexmoe committed Oct 15, 2023
1 parent d130d5a commit 46cd01a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/css/_partial/article.styl
Original file line number Diff line number Diff line change
Expand Up @@ -410,11 +410,16 @@ article > table tr:nth-child(2n) {
background-color: #f8f8f8;
}

article img, article canvas, article iframe, article video, article svg, article select, article textarea {
article img, article canvas, article video, article svg, article select, article textarea {
width: auto;
max-width: 100%;
}

article iframe {
width: 100%;
aspect-ratio: 1.29/1;
}

details ul {
padding-left: 1.7em;
}
Expand Down

0 comments on commit 46cd01a

Please sign in to comment.