0
owncast/web/components/ui/SocialLinks/SocialLinks.module.scss

12 lines
149 B
SCSS
Raw Normal View History

2022-05-16 21:44:09 -07:00
.link {
width: 30px;
2022-08-16 17:49:21 -07:00
margin-right: 16px;
2022-05-16 21:44:09 -07:00
}
.links {
display: flex;
align-items: center;
justify-content: flex-start;
margin-top: 5px;
}