8 lines
92 B
SCSS
8 lines
92 B
SCSS
.print-center-list {
|
|
ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|