Commit c262098d authored by kushalpandya's avatar kushalpandya

Fix SVG scaling issue for EE trial container

parent 5960754e
......@@ -52,11 +52,13 @@
svg {
display: block;
margin: auto;
}
}
@media (min-width: $screen-sm-max) {
@media (min-width: $screen-sm-max) {
.section-welcome .blank-state-icon svg {
width: 130%;
}
}
}
.blank-state-title {
......
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