Commit f7151161 authored by kushalpandya's avatar kushalpandya

Fix SVG scaling issue

parent 6384985f
...@@ -52,10 +52,12 @@ ...@@ -52,10 +52,12 @@
svg { svg {
display: block; display: block;
margin: auto; margin: auto;
}
}
@media (min-width: $screen-sm-max) { @media (min-width: $screen-sm-max) {
width: 130%; .section-welcome .blank-state-icon svg {
} width: 130%;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment