Merge pull request #547 from dod-ccpo/fix-get-started-layout-ie

Fix TO Get Started Page in IE10
This commit is contained in:
patricksmithdds 2019-01-16 15:00:59 -05:00 committed by GitHub
commit 1ee0c11a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,9 +21,21 @@
.task-order-needs {
.task-order-needs__list {
@include media($large-screen) {
@include media(960px) {
@include grid-row;
}
@include ie-only {
width: 100%;
max-width: 100%;
@include media($large-screen) {
.col {
max-width: 33%;
}
}
}
}
}