Compare commits
1 Commits
main
...
733402297d
| Author | SHA1 | Date | |
|---|---|---|---|
| 733402297d |
@@ -32,6 +32,9 @@ import Blazestar from './Blazestar.astro';
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
<div class="h-card">
|
||||||
|
<a class="p-name u-url" href="https://www.blazestar.net">Drew Haven <span class="p-nickname">Periodic</span></a>
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<style>
|
<style>
|
||||||
header {
|
header {
|
||||||
@@ -82,4 +85,8 @@ import Blazestar from './Blazestar.astro';
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h-card {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user