From 16839a0b4934d40c58138ac5ee52ad2bb00ab377 Mon Sep 17 00:00:00 2001 From: Dennis Brown Date: Sun, 12 Mar 2017 11:33:15 -0500 Subject: [PATCH] responsive testing --- app/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/style.css b/app/style.css index 4fd8673..eefd7cc 100644 --- a/app/style.css +++ b/app/style.css @@ -30,7 +30,8 @@ margin: 0 0 6px 0; padding: 6px; border: 1px solid black; - width: 420px; + max-width: 420px; + min-width: 200px; height: 290px; font-family: monospace; overflow: auto;