diff --git a/cms/templates/product_page.html b/cms/templates/product_page.html index 7057a5aaaf..4705dd44a0 100644 --- a/cms/templates/product_page.html +++ b/cms/templates/product_page.html @@ -13,7 +13,7 @@ {% if new_design %}
-
+

{{ page.title }}

diff --git a/frontend/public/scss/product-page/product-details.scss b/frontend/public/scss/product-page/product-details.scss index 2934b240e5..0846ef40e0 100644 --- a/frontend/public/scss/product-page/product-details.scss +++ b/frontend/public/scss/product-page/product-details.scss @@ -12,6 +12,11 @@ body.new-design { margin-top: 1.5rem; background-color: white; + .row.align-items-center { + justify-content: center; + align-items: center; + } + section.course-description { font-size: 20px; color: var(--GreyText, #6F7175); @@ -87,6 +92,7 @@ body.new-design { border: 1px solid #e4e9ef; padding: 2rem; clear: both; + margin-bottom: 1.5rem; } #product-info-box {