We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8888ed commit a302d13Copy full SHA for a302d13
_sass/custom.scss
@@ -1,3 +1,14 @@
1
/*- Custom style -*/
2
3
-// -- Put custom style under this point -- //
+/* Estilos dos ícones de redes sociais */
4
+.social-icons {
5
+ display: flex;
6
+ justify-content: center; /* Centraliza os ícones */
7
+ padding: 10px 0;
8
+}
9
+.social-icons a {
10
+ text-decoration: none;
11
+ color: #333;
12
+ margin: 0 15px; /* Espaçamento entre os ícones */
13
+ font-size: 24px;
14
0 commit comments