PhotoPage: expand margins slightly
This commit is contained in:
parent
0133308113
commit
0cf8d0fc11
@ -392,15 +392,15 @@ footer a {
|
|||||||
--------------------------------*/
|
--------------------------------*/
|
||||||
|
|
||||||
#photo_frame {
|
#photo_frame {
|
||||||
padding-top: 1.5vh;
|
padding: 3.5vh 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 97vh;
|
height: 95vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#photo-figure {
|
#photo-figure {
|
||||||
position: relative;
|
position: relative;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
height: 97vh;
|
height: 93vh;
|
||||||
object-position: center center;
|
object-position: center center;
|
||||||
}
|
}
|
||||||
#photo-figure img {
|
#photo-figure img {
|
||||||
@ -424,10 +424,9 @@ footer a {
|
|||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
figure.portrait-figure,
|
figure.portrait-figure,
|
||||||
figure.landscape-figure {
|
figure.landscape-figure {
|
||||||
height: 97vh;
|
height: 93vh;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
figure.panorama-figure {
|
figure.panorama-figure {
|
||||||
|
Loading…
Reference in New Issue
Block a user