This commit is contained in:
Ilya Kantor 2015-03-15 15:29:15 +03:00
parent 08da15d044
commit 78ffcae3f9
3 changed files with 26 additions and 3 deletions

View file

@ -1,11 +1,11 @@
#kinput {
font-size: 150%;
width: 100%;
box-sizing: border-box;
width: 95%;
}
#area {
width: 100%;
width: 95%;
box-sizing: border-box;
height: 250px;
border: 1px solid black;