jonnybarnes.uk/resources/sass-orig/_syndication.scss
2019-07-13 18:05:50 +01:00

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;
}
}
}