Refactor category description styles and remove redundant text-muted class
- Updated SCSS to add margin-bottom for lists within category descriptions. - Removed 'text-muted' class from category description divs in product-list template for improved readability.
This commit is contained in:
@@ -23431,6 +23431,11 @@ body#checkout #gift_message {
|
||||
|
||||
.block-category #category-description {
|
||||
margin: 20px 0;
|
||||
|
||||
ul,
|
||||
ol {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.block-category #category-description strong {
|
||||
|
||||
Reference in New Issue
Block a user