Social.css

28 lines | 358 B Blame History Raw Download
.social-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  text-align: left;
}

@media only screen
  and (max-width: 992px) {
  .social-list {
    text-align: center;
  }
}

.social-list li {
  display: inline;
  margin-right: 10px;
}

.social-list li:first-of-type {
  margin-left: 0;
  padding-left: 0;
}

.social-list .fa {
  font-size: 32px;
}