Files

12 lines
170 B
CSS

.separator {
width: 3px;
height: 3px;
aspect-ratio: 1 / 1;
background: var(--gray-10);
border-radius: 100px;
}
.date {
font-variant-numeric: tabular-nums;
}