_social-icons.scss 291 字节
Newer Older
Miykael_xxm's avatar
init  
Miykael_xxm 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.social-icons {
  display: flex;
  justify-content: center;
}

.social-icons__link {
  padding: 0.8rem;

  &:not(:last-child) {
    margin-right: 1em;
  }
  
  .social-icons__icon {
    width: 1.4rem;
    height: 1.4rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
}