adjust border radius for images in picrew gallery
This commit is contained in:
parent
bb537c6c0d
commit
9e4a282f83
|
@ -151,7 +151,7 @@ main section ul li {
|
|||
|
||||
.picrew-gallery img {
|
||||
border: 4px solid #17b794;
|
||||
border-radius: 10%;
|
||||
border-radius: 5%;
|
||||
}
|
||||
|
||||
.picrew-gallery, .picrew-gallery-header {
|
||||
|
|
Loading…
Reference in New Issue