13 lines
137 B
CSS
13 lines
137 B
CSS
|
.cell-list {
|
||
|
list-style-type: none;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.cell-list-item {
|
||
|
margin-bottom: 12px;
|
||
|
}
|
||
|
|
||
|
.cell-title {
|
||
|
margin-bottom: 8px;
|
||
|
}
|