Skip to content

Commit 0e0a9b8

Browse files
committed
Fix wave overlay ratio
1 parent 61621ab commit 0e0a9b8

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

_includes/comp-showcase.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
</div>
88
</div>
99
</div>
10-
<div class="wave-overlay" style="background: url('{{page.hero-overlay}}') no-repeat bottom center;"></div>
10+
<div class="wave-overlay">
11+
<img src="{{page.hero-overlay}}" alt="Wave Graphic">
12+
</div>
1113
</section>

0 commit comments

Comments
 (0)