diff --git a/themes/arm-design-system-hugo-theme/layouts/partials/learning-paths/next-steps.html b/themes/arm-design-system-hugo-theme/layouts/partials/learning-paths/next-steps.html index d8481e36a9..c9f7a541bc 100644 --- a/themes/arm-design-system-hugo-theme/layouts/partials/learning-paths/next-steps.html +++ b/themes/arm-design-system-hugo-theme/layouts/partials/learning-paths/next-steps.html @@ -47,6 +47,22 @@ font-size: 16px; } + + #privacy-information { + margin-left: 16px; + margin-right: 24px; + } + .devprog-privacy-text { + color: var(--arm-light-grey); + } + + #nonchina-information { + display: block; + } + #china-information { + display: none; + } + @@ -272,11 +288,29 @@