www-new/components/SocialLinks.module.css

27 lines
287 B
CSS

.link,
.links {
display: inline-flex;
align-items: center;
}
.link {
margin-left: calc(20rem / 16);
}
.link:first-child {
margin-left: 0;
}
.big > * {
width: calc(40rem / 16);
height: calc(40rem / 16);
}
.blue {
fill: var(--blue-1);
}
.white {
fill: var(--white);
}