6 lines
98 B
CSS
Raw Normal View History

2024-04-18 17:45:44 +05:45
ol,ul{
box-sizing:border-box;
}
ol.has-background,ul.has-background{
padding:1.25em 2.375em;
}