reduce panels width in order to keep their alignment in IE 11 (#20538)
parent
d00ddbe200
commit
2c3f3cda40
|
@ -48,8 +48,8 @@ body.welco-home div#content {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.panels-2 .cell { width: calc(100% / 2); }
|
||||
.panels-3 .cell { width: calc(100% / 3); }
|
||||
.panels-2 .cell { width: calc(99.9% / 2); }
|
||||
.panels-3 .cell { width: calc(99.9% / 3); }
|
||||
|
||||
#content.big-top .cell {
|
||||
height: 5%;
|
||||
|
|
Loading…
Reference in New Issue