From ac881aa1b27e6b8110e193e60866797721a80db5 Mon Sep 17 00:00:00 2001 From: ~willow Date: Mon, 11 May 2026 20:18:22 +0000 Subject: added wii.hacks and 3ds.hacks buttons and turned the buttons into a grid --- style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 382bb3c..39176aa 100644 --- a/style.css +++ b/style.css @@ -40,6 +40,11 @@ pre { width: 70%; } +.btn { + display: grid; + grid-template-columns: auto auto auto auto auto; +} + .blink { animation: blink 1s infinite; animation-timing-function: linear(0 0%, 0 49%, 1 50%, 1 99%); -- cgit