Quite los bordes chantas de las images

les puse una pequeña sombra :3
This commit is contained in:
2020-11-21 05:12:46 -03:00
parent 4c3fdd928f
commit 8bbd8aa8c1
2 changed files with 3 additions and 3 deletions

View File

@@ -177,8 +177,8 @@ const photos = new function() {
this.msnry = new Masonry( '.photos', { this.msnry = new Masonry( '.photos', {
itemSelector: 'img', itemSelector: 'img',
percentPosition: true,
gutter: 10, gutter: 10,
columnWidth: 120
}); });
await this.fill_photos() await this.fill_photos()

View File

@@ -124,10 +124,10 @@
} }
.photos img { .photos img {
width: 50%; width: 120px;
margin-bottom: 5px; margin-bottom: 5px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #9b9da2; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
} }
#photos-page { #photos-page {