www-new/components/SocialLinks.module.css

24 lines
268 B
CSS
Raw Normal View History

2021-06-13 19:55:25 -04:00
.link,
.links {
display: flex;
align-items: center;
justify-content: center;
}
.links > * {
margin: 0 calc(10rem / 16);
}
.big > * {
width: calc(40rem / 16);
height: calc(40rem / 16);
}
2021-06-23 22:10:51 -04:00
.blue {
fill: var(--blue-1);
}
.white {
fill: var(--white);
}