From 0991a928aeecf5c01b393b57608e388c12d9c53e Mon Sep 17 00:00:00 2001 From: David Mendy Date: Wed, 28 Feb 2024 09:05:41 +0100 Subject: [PATCH] style: :fire: remove commentary --- frontend/src/components/PopupContact.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/PopupContact.vue b/frontend/src/components/PopupContact.vue index ac59dd94f..a1af47820 100644 --- a/frontend/src/components/PopupContact.vue +++ b/frontend/src/components/PopupContact.vue @@ -70,7 +70,7 @@ function onClose () { @media only screen and (max-width: 600px) { .confirm-button { - font-size: 12px; /* Réduisez la taille pour les écrans mobiles */ + font-size: 12px; } }