mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
flex: none added to logo/icon
This commit is contained in:
parent
3737955c31
commit
4d20b545f1
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue