Created
November 15, 2017 14:56
-
-
Save ae-elaine-axis/afc0399a699120fb2400b6d879326735 to your computer and use it in GitHub Desktop.
Round corners for images in grid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-category__bg, | |
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-category__bg-color, | |
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-category__bg-image, | |
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid-category__shadow { | |
border-radius: 20px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment