diff --git a/customize.dist/pages/features.js b/customize.dist/pages/features.js index 50bc05069..ac30e041b 100644 --- a/customize.dist/pages/features.js +++ b/customize.dist/pages/features.js @@ -126,7 +126,7 @@ define([ ]), ]); var premiumFeatures = - h('div.col-12.col-sm-4.cp-anon-user',[ + h('div.col-12.col-sm-4.cp-premium-user',[ h('div.card',[ h('div.title-card',[ h('h3.text-center',Msg.features_premium) diff --git a/customize.dist/src/less2/pages/page-features.less b/customize.dist/src/less2/pages/page-features.less index e13fc7896..a56ed10a6 100644 --- a/customize.dist/src/less2/pages/page-features.less +++ b/customize.dist/src/less2/pages/page-features.less @@ -114,5 +114,10 @@ margin-top: 3em; } } + .cp-premium-user { + @media (max-width:575px) { + margin-top: 3em; + } + } }