ViewPhoto: improve image alignment in page

This commit is contained in:
Aaron van Geffen 2023-03-12 12:37:57 +01:00
parent 41881594e9
commit c735648468
1 changed files with 3 additions and 2 deletions

View File

@ -429,6 +429,7 @@ footer a {
/* Styling for the photo pages
--------------------------------*/
#photo_frame {
padding-top: 1.5vh;
text-align: center;
}
#photo_frame a {
@ -439,8 +440,8 @@ footer a {
#photo_frame a img {
border: none;
display: block;
height: auto;
width: 100%;
height: 97vh;
width: auto;
}
#previous_photo, #next_photo {