flex: none added to logo/icon

This commit is contained in:
svetlagasheva 2020-02-26 15:08:12 +02:00
parent 3737955c31
commit 4d20b545f1

View file

@ -28,12 +28,14 @@
margin-bottom: 3rem; margin-bottom: 3rem;
.logo { .logo {
flex: none;
width: 4rem; width: 4rem;
height: 4rem; height: 4rem;
margin-right: 1rem; margin-right: 1rem;
} }
.icon { .icon {
flex: none;
width: 8rem; width: 8rem;
height: 4rem; height: 4rem;
fill: @color-surface-dark4; fill: @color-surface-dark4;