From 101b22854066dd3abc42387f0439c984c58f9f45 Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:33:21 -0500 Subject: [PATCH] Change Size for small Phone --- frontend/src/views/main/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/main/Home.vue b/frontend/src/views/main/Home.vue index 42934c5..82e5401 100644 --- a/frontend/src/views/main/Home.vue +++ b/frontend/src/views/main/Home.vue @@ -227,7 +227,7 @@ body { } .support-text { - font-size: 3.5rem; /* Ajustez la taille du texte */ + font-size: 3.0rem; /* Ajustez la taille du texte */ line-height: 1.1; /* Ajustez l'espacement entre les lignes */ text-align: left; /* Alignement du texte à gauche */ font-weight: bold; /* Rend le texte gras */