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{