From 9912807948f71cf2ee1245f66ee5f3f28131a3ac Mon Sep 17 00:00:00 2001 From: Boyan Date: Wed, 25 Dec 2024 03:31:50 +0200 Subject: [PATCH] Update style --- iq_mini_4489/README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/iq_mini_4489/README.md b/iq_mini_4489/README.md index 004ff30..f432643 100644 --- a/iq_mini_4489/README.md +++ b/iq_mini_4489/README.md @@ -29,13 +29,20 @@ td { padding: 3rem; } + + img { + max-width: 600px; + } table { font-size: 3rem; - margin: 0 auto; + border-collapse: collapse; + margin: 2rem auto; } + + - - +
+
@@ -71,7 +78,7 @@ - +
x xy y
It's a 5x5 grid of holes, connected as shown in the diagram. Each colored path contains one peg which can be moved around to any other square with the same color. The point of the game is to fit the 6 uniquely shaped pieces in the puzzle such that all of them fit (and subsequently fill up the entire matrix).