reduce panels width in order to keep their alignment in IE 11 (#20538)

This commit is contained in:
Serghei Mihai 2017-12-19 14:08:25 +01:00
parent d00ddbe200
commit 2c3f3cda40
1 changed files with 2 additions and 2 deletions

View File

@ -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%;