ViewPhoto: improve image alignment in page
This commit is contained in:
parent
41881594e9
commit
c735648468
@ -429,6 +429,7 @@ footer a {
|
|||||||
/* Styling for the photo pages
|
/* Styling for the photo pages
|
||||||
--------------------------------*/
|
--------------------------------*/
|
||||||
#photo_frame {
|
#photo_frame {
|
||||||
|
padding-top: 1.5vh;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#photo_frame a {
|
#photo_frame a {
|
||||||
@ -439,8 +440,8 @@ footer a {
|
|||||||
#photo_frame a img {
|
#photo_frame a img {
|
||||||
border: none;
|
border: none;
|
||||||
display: block;
|
display: block;
|
||||||
height: auto;
|
height: 97vh;
|
||||||
width: 100%;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#previous_photo, #next_photo {
|
#previous_photo, #next_photo {
|
||||||
|
Loading…
Reference in New Issue
Block a user