.social-links ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
  display: flex;
}
.social-links li {
  width: auto;
}
.social-links a {
  display: flex;
  height: 40px;
  width: auto;
}
.social-links svg {
  display: block;
  width: auto;
  height: 100%;
}
