Compare commits
2 Commits
d6a3bf57c8
...
66f839a6b7
| Author | SHA1 | Date | |
|---|---|---|---|
| 66f839a6b7 | |||
| 62463c2f61 |
@@ -144,12 +144,16 @@ code {
|
|||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul {
|
#navbar ul li:last-child {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
#navbar ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes nameShadow {
|
@keyframes nameShadow {
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a class="hover-underline" href="/">Home</a></li>
|
<li><a class="hover-underline" href="/">Home</a></li>
|
||||||
<li><a class="hover-underline" href="/posts">Posts</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>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Reference in New Issue
Block a user