Atelier - policy page heading too large

Hi @al00 ,

Online Store > Themes > Customise > Theme Settings > Custom CSS

Copy and paste in this code,

.shopify-policy__title h1 {
font-size: 3rem !important
}

.shopify-policy__body h2 {
font-size: 2rem !important
}

Hope that helps,
Jake