diff --git a/index.html b/index.html index 0f9f02f..ef8f5dd 100644 --- a/index.html +++ b/index.html @@ -253,6 +253,7 @@ Beebles soafen ultra0's basement + Freeplay Sneexy (button made by toby @ tobskep.com) diff --git a/style.css b/style.css index 3c54e38..268a744 100644 --- a/style.css +++ b/style.css @@ -622,8 +622,8 @@ footer > .dot { .buttons-img:first-child { display: grid; grid-template-rows: repeat(1, 1fr); - grid-template-columns: repeat(5, 1fr); - margin: 1em 13em 1em 13em; + grid-template-columns: repeat(6, 1fr); + margin: 1em 10em 1em 10em; place-items: center; }