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