Skip to content

Commit

Permalink
Show bullets on product page
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Szczupak committed Jan 2, 2020
1 parent 66dfde9 commit 59190b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions themes/classic/_dev/css/components/products.scss
Expand Up @@ -22,9 +22,16 @@
margin-bottom: 1rem;
}

.product-description img {
max-width: 100%;
height: auto;
.product-description {
img {
max-width: 100%;
height: auto;
}

ul {
list-style: inherit;
list-style-position: inside;
}
}
}
.input-color {
Expand Down
2 changes: 1 addition & 1 deletion themes/classic/assets/css/theme.css

Large diffs are not rendered by default.

0 comments on commit 59190b5

Please sign in to comment.