mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
💄 style: set equal padding on social icons
This commit is contained in:
parent
2b1887e316
commit
b8e372c733
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ footer {
|
||||||
.social {
|
.social {
|
||||||
background-image: unset;
|
background-image: unset;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social>img {
|
.social>img {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue