15 lines
189 B
CSS
15 lines
189 B
CSS
.socials{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
padding: 0 10% 0 10%;
|
|
}
|
|
|
|
.socials img{
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
|
|
main .socials{
|
|
margin: auto;
|
|
}
|