We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf7553 commit c9e28b5Copy full SHA for c9e28b5
assets/css/style.css
@@ -842,6 +842,16 @@ footer.dzam-footer .footer-credits a:hover {
842
color: #000000;
843
background: none;
844
}
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
+}
855
/*------------------Fim Viz-----------------*/
856
857
/*------------------ Visualizacoes -----------------*/
0 commit comments