6 lines
58 B
SCSS
6 lines
58 B
SCSS
ul,
|
|
ol {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|