mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 12:36:20 -04:00
13 lines
167 B
SCSS
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);
|
|
}
|