From e9f4152185c5586cc2fe9cdbe63ca3bba8007fa6 Mon Sep 17 00:00:00 2001 From: ysandler Date: Sun, 10 Sep 2017 15:10:46 -0500 Subject: [PATCH] style: made fixed sizes for the message area --- dev/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev/style.css b/dev/style.css index 7132adb..76fadd9 100644 --- a/dev/style.css +++ b/dev/style.css @@ -4,7 +4,7 @@ .screen{ width: 900px; - min-height: 800px; + height: 720px; margin: 30px auto; border-color: #00FF00; border-width: 1px; @@ -17,9 +17,10 @@ } #messege{ - height: 560px; + height: 426px; text-transform: uppercase; font-size: 16px; + word-break: break-all; } button{