modmapper-web/styles/ModCellList.module.css

14 lines
154 B
CSS
Raw Normal View History

2022-02-07 00:38:48 +00:00
.cell-list {
list-style-type: none;
padding: 0;
2022-03-15 23:59:16 +00:00
margin-top: 0;
2022-02-07 00:38:48 +00:00
}
.cell-list-item {
margin-bottom: 12px;
}
.cell-title {
margin-bottom: 8px;
}