Skip to content
Snippets Groups Projects
Commit 966bc64b authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Issue #2360903: Fix incorrectly scaled SVG on IE 9-11

parent f004535d
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@
}
#develop-with-drupal .logo {
@include span-columns(1 , 4);
img {
width: 100%; // IE SVG scaling.
}
}
@media all and (min-width: 760px) {
#front-drupal-stats {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment