www.duckland.org/themes/minimage/source/sass/object/component/_share.scss
2023-02-07 22:52:35 -06:00

15 lines
173 B
SCSS

.c-share {
margin-top: 40px;
&__list {
margin-top: 10px;
&__item {
text-decoration: none;
& + & {
margin-left: 0.5em;
}
}
}
}