diff --git a/index.css b/index.css index a35fa77..c676f0e 100644 --- a/index.css +++ b/index.css @@ -87,7 +87,7 @@ h1, h2 { --around-image: url(media/sparkles.svg); } filter: drop-shadow(0 0 10px var(--glow-col)); } -#links ul { +#links menu { display: grid; grid-column-gap: 1em; grid-template-columns: repeat(auto-fit, minmax(4.5rem, 1fr)); diff --git a/index.html b/index.html index 4eff95d..1c73eef 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@