diff --git a/client/extensions/woocommerce/app/dashboard/style.scss b/client/extensions/woocommerce/app/dashboard/style.scss index d17c5d2fc8e8e2..a2ffca60f6d7a5 100644 --- a/client/extensions/woocommerce/app/dashboard/style.scss +++ b/client/extensions/woocommerce/app/dashboard/style.scss @@ -152,24 +152,25 @@ } .dashboard__store-move-notice { - font-size: $font-body-small; - text-align: center; - - a { - margin-top: 20px; - } - - h1 { - font-weight: bold; - margin: 17px; - } - - p { - max-width: 50%; - margin: auto; - } - - &.store-removed { - margin-top: 40px; - } -} \ No newline at end of file + font-size: $font-body-small; + text-align: center; + margin-bottom: 80px; + + a { + margin-top: 20px; + } + + h1 { + font-weight: bold; + margin: 17px; + } + + p { + max-width: 50%; + margin: auto; + } + + &.store-removed { + margin-top: 40px; + } +}