From d45a31bcb2bfb804c6c83762c97f442c0ed498f8 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 19 Apr 2020 11:09:42 -0400 Subject: [PATCH] Make the actions and description boxes smaller, but also give the move window a max-width --- satiate.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/satiate.css b/satiate.css index 74b56a1..0a84367 100644 --- a/satiate.css +++ b/satiate.css @@ -310,11 +310,15 @@ a:hover { @media (min-aspect-ratio: 1/1) { #desc { - flex: 1; + flex: 0.5; } #actions { - flex: 1; + flex: 0.5; + } + + #moves { + max-width: 600pt; } }