From 58985c1e7574b332cb0859ff591772d95ad35572 Mon Sep 17 00:00:00 2001 From: My Arcana <47053826+myarcana@users.noreply.github.com> Date: Sun, 5 Mar 2023 02:28:28 +0000 Subject: [PATCH] Make it 8 wide for comparing terminal themes --- styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index d6c48f4..a11dacf 100755 --- a/styles.css +++ b/styles.css @@ -19,9 +19,10 @@ */ .tiles { list-style: none; - margin: 1em 0; + margin: 1em auto; padding: 0; text-align: center; + max-width: calc(8 * 200px); } .tile-details-visible .tile .tile-details { @@ -63,4 +64,4 @@ background-color: #444; color: #fff; cursor: text; -} \ No newline at end of file +}