From 47a33e4edc758ff2416c013a72fe8a9291f2b7f1 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 6101d4b..d51be8c 100644 --- a/satiate.css +++ b/satiate.css @@ -301,11 +301,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; } }