16 lines
189 B
CSS
16 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;
|
||
|
}
|