Skip to content

Commit 0a45353

Browse files
committed
Images: no wider than 100%
1 parent ead592a commit 0a45353

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

site/css/graphql.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,10 @@ section.black content {
549549
border-left: 5px solid #f7ebc6;
550550
}
551551

552+
.blogContent img {
553+
max-width: 100%;
554+
}
555+
552556
.documentationContent {
553557
*zoom: 1;
554558
padding-top: 20px;
@@ -594,6 +598,10 @@ section.black content {
594598
text-rendering: optimizelegibility;
595599
}
596600

601+
.documentationContent img {
602+
max-width: 100%;
603+
}
604+
597605
.docs-prevnext {
598606
padding-top: 40px;
599607
padding-bottom: 40px;

0 commit comments

Comments
 (0)