Skip to content

Commit

Permalink
make mailing address italic (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq authored Nov 6, 2024
1 parent 1bd52cd commit e80fa64
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions confiture-web-app/src/pages/StatementPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -383,10 +383,12 @@ const siteUrl = computed(() => {
</li>
<li>
Envoyer un courrier par la poste (gratuit, ne pas mettre de
timbre)<br />
Défenseur des droits<br />
Libre réponse 71120<br />
75342 Paris CEDEX 07
timbre) à :<br />
<span class="fr-mt-1w mailing-address"
>Défenseur des droits<br />
Libre réponse 71120<br />
75342 Paris CEDEX 07</span
>
</li>
</ul>
</div>
Expand Down Expand Up @@ -419,4 +421,9 @@ const siteUrl = computed(() => {
.page-url {
word-break: break-all;
}
.mailing-address {
display: inline-block;
font-style: italic;
}
</style>

0 comments on commit e80fa64

Please sign in to comment.