Skip to content

Commit c9e28b5

Browse files
authored
Add classe style.css para ajustar descricao das viz no celular
1 parent 1bf7553 commit c9e28b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

assets/css/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,16 @@ footer.dzam-footer .footer-credits a:hover {
842842
color: #000000;
843843
background: none;
844844
}
845+
846+
.text-center {
847+
font-family: 'Inter', sans-serif;
848+
font-size: 1.125rem; /* ~18px */
849+
color: #3f8513;
850+
text-align: center;
851+
max-width: 800px; /* largura máxima */
852+
margin: 20px auto; /* centraliza horizontalmente */
853+
line-height: 1.5;
854+
}
845855
/*------------------Fim Viz-----------------*/
846856

847857
/*------------------ Visualizacoes -----------------*/

0 commit comments

Comments
 (0)