Skip to content

Commit 87bb64b

Browse files
committed
fix image width in slides index.html
1 parent cef6b7f commit 87bb64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ cat > "$INDEX_FILE" <<'HTML'
167167
<div class="ratio ratio-16x9 rounded shadow-sm overflow-hidden bg-white">
168168
<div class="d-flex align-items-center justify-content-center h-100 w-100 text-secondary">
169169
<!-- Optional: place hero-banner.png into the same folder as index.html -->
170-
<img src="hero-banner.png" alt="Slides Übersicht" class="hero-img">
170+
<img src="hero-banner.png" alt="Slides Übersicht" class="hero-img" width="100%">
171171
</div>
172172
</div>
173173
</div>

0 commit comments

Comments
 (0)