styles: adjust centering of social links (#16829)

This commit is contained in:
Viktor Chernodub 2023-03-06 17:15:20 +06:00 committed by GitHub
parent 2b20541c79
commit 096f37eb85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -198,13 +198,14 @@ footer {
.footer_social_nav ul li {
float: left;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.footer_social_nav ul li:before {
color: $white;
position: absolute;
top: 10px;
left: 10px;
}
.footer_social_nav ul li+li {