Commit 229a70a8 authored by kushalpandya's avatar kushalpandya

Fix margin override for mobile

parent 4304aff1
...@@ -61,6 +61,10 @@ ...@@ -61,6 +61,10 @@
*/ */
.blank-state-icon.col-md-offset-3 { .blank-state-icon.col-md-offset-3 {
margin-left: 30%; margin-left: 30%;
@media (max-width: $screen-md-min) {
margin-left: auto;
}
} }
} }
......
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