mirror of
https://github.com/BradNut/remix-syntax
synced 2025-09-08 17:40:28 +00:00
9 lines
105 B
CSS
9 lines
105 B
CSS
.playlist ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.platlist li {
|
|
margin-bottom: 1rem;
|
|
}
|