more comm stuff

This commit is contained in:
Rhiannon Morris 2022-08-04 23:30:46 +02:00
parent 3c40728090
commit 70727735b3
5 changed files with 19 additions and 11 deletions

View file

@ -90,7 +90,7 @@ h1, h2 { --around-image: url(media/sparkles.svg); }
#links ul {
display: grid;
grid-column-gap: 1em;
grid-template-columns: repeat(auto-fit, minmax(4.5em, 1fr));
grid-template-columns: repeat(auto-fit, minmax(4.5rem, 1fr));
max-width: 85%;
margin: auto;