diff --git a/assets/scss/layouts/photos.scss b/assets/scss/layouts/photos.scss index 81b0825..583db59 100644 --- a/assets/scss/layouts/photos.scss +++ b/assets/scss/layouts/photos.scss @@ -46,7 +46,7 @@ display: block; transition: opacity 0.2s; span#caption{ - transition: width,height .5s ease; + transition: width .5s ease,height .5s ease; display:none; background-color:rgba(27, 27,27, 0.7); color:white; @@ -57,7 +57,7 @@ overflow: hidden; word-wrap:break-word; word-break:break-word; - padding:10px; + padding:0px; text-decoration:none!important; } @@ -71,6 +71,7 @@ width: var(--width)!important; height:var(--height)!important; overflow: auto; + padding:10px } }