9 lines
82 B
SCSS
9 lines
82 B
SCSS
|
ul.donors {
|
||
|
margin: 0;
|
||
|
padding-bottom: 0;
|
||
|
|
||
|
li {
|
||
|
list-style: none;
|
||
|
}
|
||
|
}
|