diff --git a/src/style/atoms/_photo.scss b/src/style/atoms/_photo.scss index d7161f2..3a2bbfd 100644 --- a/src/style/atoms/_photo.scss +++ b/src/style/atoms/_photo.scss @@ -18,8 +18,8 @@ img { display: block; - width: calc(100% + 1px); - height: calc(100% + 1px); + width: calc(100% + 2px); + height: calc(100% + 2px); object-fit: cover; pointer-events: none; user-select: none; diff --git a/src/style/molecules/_photo-card.scss b/src/style/molecules/_photo-card.scss index 2f41c3b..691a2b8 100644 --- a/src/style/molecules/_photo-card.scss +++ b/src/style/molecules/_photo-card.scss @@ -17,8 +17,8 @@ } img { display: block; - width: calc(100% + 1px); - height: calc(100% + 1px); + width: calc(100% + 2px); + height: calc(100% + 2px); object-fit: cover; }