Skip to content

Commit 46ffff9

Browse files
committed
Minor Change
1 parent be10d40 commit 46ffff9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

_sass/custom/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
fill: currentColor;
117117
}
118118

119-
.main-content img {
119+
.main-content img:not(.home-banner img) {
120120
display: block;
121121
width: 100%;
122122
max-width: 100%;

pages/diagnostics/understanding-refinement-errors.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ description: Learn how to read and interpret LiquidJava refinement errors.
1111
Consider the following refinement error:
1212

1313
![Example LiquidJava refinement error]({{ '/assets/images/error-message.png' | relative_url }})
14-
{: .diagnostic-image }
1514

1615
Each part gives a different piece of information:
1716

0 commit comments

Comments
 (0)