feat(ui): new logo size

pull/16/merge
Anthony Lapenna 2016-06-23 17:36:01 +12:00
parent 91f3b1f138
commit abfa921b7a
1 changed files with 5 additions and 2 deletions

View File

@ -116,8 +116,11 @@
.logo {
display: inline;
width: 110px;
max-height: 38px;
width: 100%;
max-width: 160px;
height: 100%;
max-height: 55px;
margin-bottom: 5px;
}
.containerNameInput {