Skip to content

Commit 6570438

Browse files
committed
fix: move version badge to its own centered row in hero
1 parent 09a9b53 commit 6570438

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
.hero .sub {
5959
font-size: 1.15rem; color: var(--text-secondary); margin-top: 16px; max-width: 600px; margin-inline: auto;
6060
}
61+
.version-badge { text-align: center; margin: 24px 0 16px; }
6162
.hero .sub .size { color: var(--green); font-weight: 600; }
6263
.install-block {
6364
display: inline-flex; align-items: center; padding: 4px 4px 4px 20px;
@@ -320,7 +321,7 @@
320321
<div class="container">
321322
<h1>odek</h1>
322323
<p class="sub"><span class="size">~12 MB</span> static binary · Zero frameworks.<br>Think, therefore act.</p>
323-
<a href="https://github.com/BackendStack21/odek/releases" target="_blank" style="margin-top:12px;display:inline-block;"><img src="https://img.shields.io/github/v/release/BackendStack21/odek?style=flat&label=&color=38bdf8&labelColor=0a1628" alt="Latest release" style="height:28px;border-radius:6px;"></a>
324+
<div class="version-badge"><a href="https://github.com/BackendStack21/odek/releases" target="_blank"><img src="https://img.shields.io/github/v/release/BackendStack21/odek?style=flat&label=&color=38bdf8&labelColor=0a1628" alt="Latest release" style="height:28px;border-radius:6px;"></a></div>
324325

325326
<div class="install-block">
326327
<code>go install github.com/BackendStack21/odek/cmd/odek@latest</code>

0 commit comments

Comments
 (0)