Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 003bdd3

Browse files
committed
add link to maven repo + fix navbar link margins
1 parent 53e73a3 commit 003bdd3

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ GEM
3030
faraday-net_http (3.1.0)
3131
net-http
3232
ffi (1.17.0-x64-mingw-ucrt)
33+
ffi (1.17.0-x86_64-linux-gnu)
3334
forwardable-extended (2.6.0)
3435
gemoji (4.1.0)
3536
github-pages (231)
@@ -216,6 +217,8 @@ GEM
216217
uri
217218
nokogiri (1.16.6-x64-mingw-ucrt)
218219
racc (~> 1.4)
220+
nokogiri (1.16.6-x86_64-linux)
221+
racc (~> 1.4)
219222
octokit (4.25.1)
220223
faraday (>= 1, < 3)
221224
sawyer (~> 0.9)
@@ -258,6 +261,7 @@ GEM
258261

259262
PLATFORMS
260263
x64-mingw-ucrt
264+
x86_64-linux
261265

262266
DEPENDENCIES
263267
github-pages

_includes/navbar.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@
2727
<a href="https://github.com/MuonMC" class="badge">
2828
<img alt="github" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact-minimal/available/github_vector.svg">
2929
</a>
30-
</nav>
30+
<a href="https://maven.muonmc.org/" class="badge">
31+
<img alt="maven" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact-minimal/built-with/maven_vector.svg">
32+
</a>
33+
</nav>

css/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ body {
1212
float: left;
1313
color: white;
1414
text-align: center;
15-
padding: 12px 16px;
15+
padding: 0.75em 1em;
1616
text-decoration: none;
1717
font-size: 12pt;
18-
transform: translateY(12.5%);
18+
transform: translateY(17.5%);
1919
}
2020

2121
.hnav .badge {
@@ -38,7 +38,7 @@ body {
3838
float: left;
3939
color: white;
4040
text-align: center;
41-
padding: 4px 16px;
41+
padding: 4px 0.7em;
4242
text-decoration: none;
4343
font-size: 20pt;
4444
font-weight: 700;
@@ -186,4 +186,4 @@ body {
186186

187187
.post-description {
188188
margin-bottom: 37px;
189-
}
189+
}

0 commit comments

Comments
 (0)