improve 88x31 section

This commit is contained in:
41666 2024-03-23 03:23:57 -04:00
parent 41621fad37
commit 9b95a97fb4

View file

@ -79,6 +79,11 @@
display: inline-flex; display: inline-flex;
text-align: center; text-align: center;
flex-direction: column; flex-direction: column;
.divider {
border-top: 1px dashed var(--l2);
margin: 0.7em 2em 1em 2em;
}
} }
</style> </style>
@ -128,19 +133,20 @@
<footer> <footer>
<section> <section>
<h2>other creatures</h2> <h2>other creatures</h2>
<p></p>
<div class="friends"> <div class="friends">
<!-- Others -->
<div>
<a href="https://stardust.elysium.gay" target="_blank"><img src="/88x31/stardust.png" width="88" height="31" alt="Stardust" /></a>
<a href="https://sneexy.pages.gay" target="_blank"><img src="/88x31/sneexy.gif" alt="Sneexy"></a>
</div>
<!-- self row (hi, please feel free to use these <3) --> <!-- self row (hi, please feel free to use these <3) -->
<div class="divider"></div>
<div> <div>
<a href="https://noe.sh" target="_blank"><img src="/yay/88x31.png" width="88" height="31" alt="noe" /></a> <a href="https://noe.sh" target="_blank"><img src="/yay/88x31.png" width="88" height="31" alt="noe" /></a>
<a href="https://noe.sh/pronouns/" target="_blank"><img src="/yay/88x31-vp.png" width="88" height="31" alt="it/its" /></a> <a href="https://noe.sh/pronouns/" target="_blank"><img src="/yay/88x31-vp.png" width="88" height="31" alt="it/its" /></a>
<img src="/yay/88x31-nap.png" width="88" height="31" alt="not a person" /> <img src="/yay/88x31-nap.png" width="88" height="31" alt="not a person" />
<a href="https://sapphic.engineer" target="_blank"><img src="/yay/88x31-se.png" width="88" height="31" alt="sapphic.engineer" /></a> <a href="https://sapphic.engineer" target="_blank"><img src="/yay/88x31-se.png" width="88" height="31" alt="sapphic.engineer" /></a>
</div>
<!-- Others -->
<div>
<a href="https://stardust.elysium.gay" target="_blank"><img src="/88x31/stardust.png" width="88" height="31" alt="Stardust" /></a>
<a href="https://sneexy.pages.gay" target="_blank"><img src="/88x31/sneexy.gif" alt="Sneexy"></a>
</div> </div>
</div> </div>
</section> </section>