From 6dcc4927ab736e24c1dbea6dcac077d4e3a7ec56 Mon Sep 17 00:00:00 2001 From: Evan Barger Date: Sun, 5 Jul 2020 22:06:31 -0400 Subject: [PATCH] Switch some styles to max-width from width --- style/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/style.css b/style/style.css index c469dcd..6d966cc 100644 --- a/style/style.css +++ b/style/style.css @@ -88,7 +88,7 @@ button[disabled='disabled'] { } .text-container { - width: 850px; + max-width: 850px; margin-bottom:25px; } @@ -183,7 +183,7 @@ noscript { .drag-target { height: 70px; - width: 945px; + max-width: 945px; padding: 20px; border: 2px dashed grey; display: flex;