17 lines
250 B
SCSS
17 lines
250 B
SCSS
|
//syndication.scss
|
||
|
|
||
|
.note-metadata {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
justify-content: space-between;
|
||
|
|
||
|
.social-links {
|
||
|
flex-direction: row;
|
||
|
|
||
|
svg {
|
||
|
height: 1em;
|
||
|
width: auto;
|
||
|
}
|
||
|
}
|
||
|
}
|