PawsAndPetals/socials.css

16 lines
189 B
CSS
Raw Normal View History

2025-04-30 22:41:11 +01:00
.socials{
display: flex;
flex-direction: row;
justify-content: center;
padding: 0 10% 0 10%;
}
.socials img{
width: 100px;
height: 100px;
}
main .socials{
margin: auto;
}