changed navbar

This commit is contained in:
rawleyIfowler
2022-04-16 19:31:45 -05:00
parent bd581a77e7
commit 14bef1b902
2 changed files with 7 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ body {
}
h1 {
font-size: 2.7em;
font-size: 2em;
font-weight: 800;
margin-bottom: 0;
margin-top: 12px;

View File

@@ -1,8 +1,10 @@
<div class="header">
<h1 class="header-title">
<a href="/">Rawley.xyz</a>
</h1>
<div class="header">
<div class="nav-bar">
<div>
<h1 class="header-title">
<a href="/">Rawley.xyz</a>
</h1>
</div>
<div>
<a class="nav-item" href="/blog">blog</a>
</div>