6 lines
54 B
SCSS
6 lines
54 B
SCSS
|
|
||
|
ul.nomarkup {
|
||
|
list-style-type: none;
|
||
|
padding: 0;
|
||
|
}
|