summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/blank.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/blank.scss b/app/assets/stylesheets/framework/blank.scss
index 7f1abe87d9e..c0224d3bfa9 100644
--- a/app/assets/stylesheets/framework/blank.scss
+++ b/app/assets/stylesheets/framework/blank.scss
@@ -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%;
}
}