Set width to fix IE10 rendering on TO get started
When on a large screen, ensure the next steps don't take up more than 1/3 of the container width.
This commit is contained in:
parent
a010487f34
commit
2bea46c455
@ -24,6 +24,18 @@
|
||||
@include media($large-screen) {
|
||||
@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