changed some css

This commit is contained in:
Max 2016-11-30 15:19:16 -05:00
parent dcdae68c3d
commit 55c06f7c96
2 changed files with 4 additions and 3 deletions

View File

@ -49,8 +49,8 @@ body {
align-content: flex-start; align-content: flex-start;
} }
.container{ .container{
width: 75px; width: 65px;
height: 75px; height: 65px;
margin: 15px; margin: 15px;
} }

View File

@ -61,7 +61,8 @@ input{
font-family: 'Pixel', sans-serif; font-family: 'Pixel', sans-serif;
font-size: 14px; font-size: 14px;
display: block; display: block;
max-height: 25px; max-height: 15px;
} }
.deleteButton{ .deleteButton{