diff --git a/services/web/frontend/stylesheets/modules/overleaf-integration.less b/services/web/frontend/stylesheets/modules/overleaf-integration.less index dbd9dcb232..8b9863a2e0 100644 --- a/services/web/frontend/stylesheets/modules/overleaf-integration.less +++ b/services/web/frontend/stylesheets/modules/overleaf-integration.less @@ -127,3 +127,9 @@ } } } + +.onboarding-data-collection-form-margin { + @media (max-width: @screen-xs-max) { + margin-bottom: 100px; + } +}