stacker.news/components/items.module.css

12 lines
179 B
CSS
Raw Normal View History

2021-04-14 18:56:29 -05:00
.grid {
display: grid;
grid-template-columns: auto 1fr;
}
.rank {
font-weight: 600;
align-items: center;
display: flex;
color: grey;
font-size: 90%;
}