mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 14:56:21 -04:00
12 lines
139 B
SCSS
12 lines
139 B
SCSS
.row {
|
|
display: flex;
|
|
line-height: 1.75;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.date {
|
|
width: 5.25em;
|
|
flex-shrink: 0;
|
|
color: var(--medium);
|
|
}
|