aspect ratio fix
This commit is contained in:
parent
a2d6cbd126
commit
1303160269
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ if (bond10 === 'false') {
|
||||||
|
|
||||||
.bond-ce {
|
.bond-ce {
|
||||||
width: 128px;
|
width: 128px;
|
||||||
height: auto;
|
height: 85px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue