1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-03 04:45:21 +02:00

feat(ui): new logo size

This commit is contained in:
Anthony Lapenna 2016-06-23 17:36:01 +12:00
parent 91f3b1f138
commit abfa921b7a

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 {