css rework
This commit is contained in:
parent
c54bafaf2b
commit
e2cdbc55fa
5 changed files with 165 additions and 0 deletions
15
socials.css
Normal file
15
socials.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
.socials{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
padding: 0 10% 0 10%;
|
||||
}
|
||||
|
||||
.socials img{
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
main .socials{
|
||||
margin: auto;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue