diff --git a/Web/Presenters/templates/Photos/Album.xml b/Web/Presenters/templates/Photos/Album.xml index 0b9b7b9f..d4fe819a 100644 --- a/Web/Presenters/templates/Photos/Album.xml +++ b/Web/Presenters/templates/Photos/Album.xml @@ -39,7 +39,7 @@ - {$photo->getDescription()} + {$photo->getDescription()} {/foreach} diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 981fbffd..88d84cf6 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -251,7 +251,7 @@ color: .album-photo { position: relative; background-color: darkgrey; - margin: 5pt; + margin: 4pt; width: calc(33% - 10pt); height: 82px; text-align: center;