diff --git a/src/components/License.vue b/src/components/License.vue index d17b117..c686dba 100644 --- a/src/components/License.vue +++ b/src/components/License.vue @@ -1,20 +1,22 @@ - - {{ - $t('pages.share_pictures.information_text2', { - word: 'la licence' - }) - }} - - + + + {{ + $t('pages.share_pictures.information_text2', { + word: 'la licence' + }) + }} + + + @@ -31,6 +33,11 @@ defineProps({ display: flex; font-weight: 600; } +.text-block { + display: flex; + flex-wrap: wrap; + align-items: center; +} .license-text { font-weight: bold; margin-right: toRem(0.5); diff --git a/src/views/MySequencesView.vue b/src/views/MySequencesView.vue index 97935f2..3c013f0 100644 --- a/src/views/MySequencesView.vue +++ b/src/views/MySequencesView.vue @@ -84,7 +84,7 @@ @@ -92,7 +92,7 @@ diff --git a/src/views/SharePicturesView.vue b/src/views/SharePicturesView.vue index 90f8886..afe7225 100644 --- a/src/views/SharePicturesView.vue +++ b/src/views/SharePicturesView.vue @@ -282,7 +282,12 @@ ul { .entry-information-card { margin-top: toRem(2); } +.icon-block { + display: flex; + align-items: center; +} .icon-block-img { + height: toRem(2); margin-right: toRem(0.5); } .about-subtitle {
- {{ - $t('pages.share_pictures.information_text2', { - word: 'la licence' - }) - }} -
+ {{ + $t('pages.share_pictures.information_text2', { + word: 'la licence' + }) + }} +