Fix Hero to header so that when its moved up it doesnt take up space and size logo correctly
This commit is contained in:
+4
-7
@@ -20,17 +20,14 @@
|
||||
<svg id="barTemplate" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 8.47 8.47"><path fill="none" stroke="#3d2f1f" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.8" d="m1.5 4.23.23-.1a6 6 0 0 1 5.01 0l.23.1" style="paint-order:markers stroke fill"/></svg>
|
||||
</span>
|
||||
</h1> -->
|
||||
|
||||
<header id="hero">
|
||||
<h1>nikology.dev
|
||||
<header>
|
||||
<div id="hero">
|
||||
<h1>nikology.dev</h1>
|
||||
<span class="bird-wrap">
|
||||
<button id="birdButton"><img src="birb.svg" alt=""></button>
|
||||
<svg id="barTemplate" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 8.47 8.47"><path fill="none" stroke="#3d2f1f" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.8" d="m1.5 4.23.23-.1a6 6 0 0 1 5.01 0l.23.1" style="paint-order:markers stroke fill"/></svg>
|
||||
</span>
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
<!-- Nav Bar -->
|
||||
</div>
|
||||
<nav>
|
||||
<a href="/" data-link>Home</a>
|
||||
<span>-</span>
|
||||
|
||||
Reference in New Issue
Block a user