[FIX] Logo nur auf 200px Höhe begrenzen

This commit is contained in:
Caspar Armster 2016-07-24 23:04:11 +02:00
parent 078ab00800
commit bc7d0f312d

View File

@ -28,8 +28,7 @@ body {
}
.img-box {
width: 175px;
height: 175px;
height: 200px;
object-fit: contain;
margin: 5px;
}