mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 16:40:26 +03:00
23 lines
224 B
SCSS
23 lines
224 B
SCSS
|
dl,
|
||
|
ol,
|
||
|
ul {
|
||
|
list-style: none;
|
||
|
margin-top: 0;
|
||
|
padding-left: 0;
|
||
|
|
||
|
dl,
|
||
|
ol,
|
||
|
ul {
|
||
|
font-size: 90%;
|
||
|
margin: 1.5rem 0 1.5rem 3rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
ol {
|
||
|
list-style: decimal inside;
|
||
|
}
|
||
|
|
||
|
ul {
|
||
|
list-style: circle inside;
|
||
|
}
|