Merge pull request #547 from dod-ccpo/fix-get-started-layout-ie
Fix TO Get Started Page in IE10
This commit is contained in:
commit
1ee0c11a63
@ -21,9 +21,21 @@
|
|||||||
|
|
||||||
.task-order-needs {
|
.task-order-needs {
|
||||||
.task-order-needs__list {
|
.task-order-needs__list {
|
||||||
@include media($large-screen) {
|
@include media(960px) {
|
||||||
@include grid-row;
|
@include grid-row;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include ie-only {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
|
@include media($large-screen) {
|
||||||
|
.col {
|
||||||
|
max-width: 33%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user