diff --git a/CHANGELOG.md b/CHANGELOG.md index 604dd046..39c65572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.5.4](https://github.com/openmail/system1-cmp/compare/v1.5.3...v1.5.4) (2020-06-04) + +### Styles + +- [x] Spruce up title spacing + ## [1.5.3](https://github.com/openmail/system1-cmp/compare/v1.5.2...v1.5.3) (2020-05-12) ### Refactor diff --git a/package.json b/package.json index 96aee0e0..acaa8c6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "system1-cmp", - "version": "1.5.3", + "version": "1.5.4", "description": "System1 Consent Management Platform for TCF 1.1 GDPR Compliance", "scripts": { "clean": "rimraf ./dist", diff --git a/src/components/banner/banner.less b/src/components/banner/banner.less index b30d52a8..684c8316 100644 --- a/src/components/banner/banner.less +++ b/src/components/banner/banner.less @@ -90,10 +90,11 @@ color: @color-text; padding: 15px 0; margin-bottom: 10px; + line-height: 32px; @media @smartphone { font-size: 28px; - line-height: inherit; + line-height: 28px; font-weight: bold; } } diff --git a/src/lib/translations.js b/src/lib/translations.js index 7340fefd..c7a6ab9a 100644 --- a/src/lib/translations.js +++ b/src/lib/translations.js @@ -271,9 +271,9 @@ export default { }, fr: { banner: { - title: 'Les cookies nous aident à vous délivrer un service de qualité.', + title: 'Utilisation des données', description: - 'Nos partenaires et nous-même utilisons les cookies afin de proposer du contenu et de la publicité pertinents.', + 'Nos partenaires et nous utilisons des cookies afin d’adresser des contenus personnalisés et/ou publicités ciblées pour améliorer votre expérience.', links: { data: { title: 'Données utilisées',