style: made fixed sizes for the message area
This commit is contained in:
parent
d882833202
commit
e9f4152185
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user