diff --git a/src/templates/album.css b/src/templates/album.css index 130f82b..eb9b0aa 100644 --- a/src/templates/album.css +++ b/src/templates/album.css @@ -28,14 +28,13 @@ body { } img { - width: 100%; - height: auto; + object-fit: contain } a { display: flex; flex-direction: row; - align-items: center; + justify-content: center; background-color: var(--content1); padding: 10px; margin: 10px;