Skip to content

Commit 9776b43

Browse files
committed
_content/css: set img max width to 100%
Fixes golang/go#65139 Change-Id: I9284fb5d2aae5f4dcff2e422f163381aa19fdb09 Reviewed-on: https://go-review.googlesource.com/c/website/+/556416 Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent d508d55 commit 9776b43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_content/css/styles.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,9 @@ h1 + h2.subtitle {
869869
padding: 0.5rem 1.75rem;
870870
border-radius: 4px;
871871
}
872+
.Article img {
873+
max-width: 100%;
874+
}
872875
.CopyPaste {
873876
display: flex;
874877
align-items: center;

0 commit comments

Comments
 (0)