redbadger/website-honestly

View on GitHub
site/pages/badger-profile/social-contacts/style.css

Summary

Maintainability
Test Coverage
@value badgerBlack from "../../../css/_colors.css";

.badgerSocialIcon svg {
  height: 20px;
}

.badgerSocialIcon path {
  fill: badgerBlack;
}

.socialLinks {
  display: flex;
  flex-wrap: wrap;
}

.socialLinks li {
  width: 27px;
  margin-right: 15px;
}