Skip to content

Commit

Permalink
FAQ Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Geovannisz committed Jun 10, 2024
1 parent eefb6ee commit 26f0d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -211,7 +212,6 @@
.faq-item p {
font-size: 1em;
line-height: 1.5em;
hyphens: auto; /* Hifeniza automaticamente */
}
.link {
color: #8A2BE2; /* Cor roxa */
Expand Down

0 comments on commit 26f0d35

Please sign in to comment.