1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 12:36:20 -04:00
jarv.is/components/notes/ListItem.module.scss
2021-12-30 08:18:41 -05:00

13 lines
167 B
SCSS

.row {
display: flex;
letter-spacing: -0.008em;
line-height: 1.75;
margin-bottom: 1em;
}
.date {
width: 5.25em;
flex-shrink: 0;
color: var(--medium);
}