.logo {
    background-size: contain;
    width: 50px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
}
.apps .app {
    margin-left: 0.5rem;
}

.app:first-child {
    margin-left: 0;
}