style: made fixed sizes for the message area

This commit is contained in:
ysandler 2017-09-10 15:10:46 -05:00 committed by Joshua Shoemaker
parent d882833202
commit e9f4152185

View File

@ -4,7 +4,7 @@
.screen{ .screen{
width: 900px; width: 900px;
min-height: 800px; height: 720px;
margin: 30px auto; margin: 30px auto;
border-color: #00FF00; border-color: #00FF00;
border-width: 1px; border-width: 1px;
@ -17,9 +17,10 @@
} }
#messege{ #messege{
height: 560px; height: 426px;
text-transform: uppercase; text-transform: uppercase;
font-size: 16px; font-size: 16px;
word-break: break-all;
} }
button{ button{