Skip to content

Commit bdd6c2e

Browse files
committed
Restrict hero screenshot width
1 parent cedfb69 commit bdd6c2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xerahs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>XerahS</h1>
2020

2121
<div>
2222
<div class="container-fluid container-screenshot">
23-
<img class="img-fluid" src="/xerahs/img/xerahs/main-window.png" alt="XerahS screenshot" />
23+
<img class="img-fluid" src="/xerahs/img/xerahs/main-window.png" alt="XerahS screenshot" style="max-width: 1000px; margin: 0 auto; display: block;" />
2424
<div>
2525
<a class="btn" role="button" href="/xerahs/screenshots">
2626
See more screenshots<i class="fa-solid fa-image"></i>

0 commit comments

Comments
 (0)