This commit is contained in:
2026-02-21 23:00:52 -05:00
parent 14e21bc5be
commit 62463c2f61
2 changed files with 6 additions and 2 deletions

View File

@@ -144,12 +144,16 @@ code {
max-width: 1000px;
}
nav ul {
#navbar ul li:last-child {
margin-left: auto;
}
#navbar ul {
list-style: none;
display: flex;
gap: 20px;
margin: 0;
padding: 0;
width: 100%;
}
@keyframes nameShadow {

View File

@@ -12,7 +12,7 @@
<ul>
<li><a class="hover-underline" href="/">Home</a></li>
<li><a class="hover-underline" href="/posts">Posts</a></li>
<!-- <li><a>Contact</a></li> -->
<li><a class="hover-underline" href="https://git.jeremyjanella.com/jjanella/site">Source</a></li>
</ul>
</nav>
</header>