1
0
Fork 0

redo links section

This commit is contained in:
Rhiannon Morris 2021-05-24 09:51:58 +02:00
parent 1013c42917
commit 2c7e482f1e
2 changed files with 22 additions and 11 deletions

View File

@ -46,17 +46,14 @@
<hr> <hr>
<section> <nav id=links>
<h2>where to find gecs</h2> <ul>
<dl> <li><a href=https://gallery.niss.website>gallery</a>
<dt>gallery <li><a href=https://git.rhiannon.website/rhi>code</a>
<dd><a href=https://gallery.niss.website>right here!</a> <li><a href=https://lang.niss.website>conlangs</a>
<dt>code <li><a href=where.html>contact</a>
<dd><a href=https://git.rhiannon.website/rhi>sometimes!</a> </ul>
<dt>other </nav>
<dd><a href=where.html>right this way…</a>
</dl>
</section>
</main> </main>
<!-- <!--

View File

@ -176,6 +176,20 @@ h1, h2 { --around-image: url(images/sparkles.svg); }
} }
#links ul {
display: flex;
justify-content: center;
align-items: center;
grid-column-gap: 2em;
margin: auto;
padding: 0;
font-size: 150%;
}
#links li { list-style: none; }
/* hacky fix for firefox mobile 68 freaking out at blend modes ☹ */ /* hacky fix for firefox mobile 68 freaking out at blend modes ☹ */
@media (-moz-touch-enabled) { @media (-moz-touch-enabled) {
body { body {