cedaei.com/themes/codex/assets/scss/partials/_social-icons.scss

20 lines
291 B
SCSS
Raw Normal View History

.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;
}
}