adjust border radius for images in picrew gallery

This commit is contained in:
emma 2024-12-13 21:59:24 -05:00
parent bb537c6c0d
commit 9e4a282f83
1 changed files with 1 additions and 1 deletions

View File

@ -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 {