6 lines
98 B
CSS
6 lines
98 B
CSS
ol,ul{
|
|
box-sizing:border-box;
|
|
}
|
|
ol.has-background,ul.has-background{
|
|
padding:1.25em 2.375em;
|
|
} |