Add logo component and social links
This commit is contained in:
11
web/components/ui/SocialLinks/SocialLinks.module.scss
Normal file
11
web/components/ui/SocialLinks/SocialLinks.module.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
.link {
|
||||
width: 2em;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.links {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
Reference in New Issue
Block a user