6 lines
98 B
CSS
Raw Permalink Normal View History

2024-01-15 08:43:49 +00:00
ol,ul{
box-sizing:border-box;
}
ol.has-background,ul.has-background{
padding:1.25em 2.375em;
}