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

@ -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 ☹ */
@media (-moz-touch-enabled) {
body {