xref: /template/writr/css/plugins/gallery.less (revision 365e64efe6441269b338fb2a33a084e97966e219)
1/* =Gallery Plugin
2----------------------------------------------- */
3
4div.plugin-gallery {
5    div.gallery-page {
6        figure {
7            border-radius: 20px;
8
9            img {
10                border-radius: 15px;
11            }
12        }
13    }
14}
15