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

12 lines
149 B
SCSS
Raw Normal View History

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