mirror of https://github.com/docker/docs.git
styles: adjust centering of social links (#16829)
This commit is contained in:
parent
2b20541c79
commit
096f37eb85
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue