diff options
Diffstat (limited to 'design/sass/_photos.scss')
-rw-r--r-- | design/sass/_photos.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/design/sass/_photos.scss b/design/sass/_photos.scss index 0ae3b0d..95d6c45 100644 --- a/design/sass/_photos.scss +++ b/design/sass/_photos.scss @@ -57,8 +57,8 @@ @include transparent_class; position: absolute; left: 0; - bottom: 8px; - width: 100%; + bottom: -10px; + width: 272px; background: $brown; color: #999999; } |