Skip to content

Commit a302d13

Browse files
Update custom.scss
1 parent e8888ed commit a302d13

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

_sass/custom.scss

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
/*- Custom style -*/
22

3-
// -- Put custom style under this point -- //
3+
/* 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

Comments
 (0)