11 lines
154 B
CSS
11 lines
154 B
CSS
![]() |
.os-list {
|
||
|
list-style-type: none;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.space-li {
|
||
|
margin-top: 0.75%;
|
||
|
margin-bottom: 0.75%;
|
||
|
font-size: 95%;
|
||
|
}
|