From 26f0d3574c421c81fe2b8f76485ecd14481f5b94 Mon Sep 17 00:00:00 2001 From: Geovanni Date: Mon, 10 Jun 2024 02:04:58 -0300 Subject: [PATCH] FAQ Edit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6d03ef6..f6eade2 100644 --- a/index.html +++ b/index.html @@ -202,6 +202,7 @@ border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: justify; + hyphens: auto; } .faq-item h2 { font-size: 1.2em; @@ -211,7 +212,6 @@ .faq-item p { font-size: 1em; line-height: 1.5em; - hyphens: auto; /* Hifeniza automaticamente */ } .link { color: #8A2BE2; /* Cor roxa */