提交 f7151161 编写于 作者: K kushalpandya

Fix SVG scaling issue

上级 6384985f
......@@ -52,10 +52,12 @@
svg {
display: block;
margin: auto;
}
}
@media (min-width: $screen-sm-max) {
width: 130%;
}
@media (min-width: $screen-sm-max) {
.section-welcome .blank-state-icon svg {
width: 130%;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册