From 0cf8d0fc11601a2db11a52cd373b8eb88803fff1 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Sat, 11 Nov 2023 00:10:25 +0100 Subject: [PATCH] PhotoPage: expand margins slightly --- public/css/default.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/public/css/default.css b/public/css/default.css index 0e47d8d8..f3913b3d 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -392,15 +392,15 @@ footer a { --------------------------------*/ #photo_frame { - padding-top: 1.5vh; + padding: 3.5vh 0; text-align: center; - height: 97vh; + height: 95vh; } #photo-figure { position: relative; object-fit: contain; - height: 97vh; + height: 93vh; object-position: center center; } #photo-figure img { @@ -424,10 +424,9 @@ footer a { z-index: 0; } - figure.portrait-figure, figure.landscape-figure { - height: 97vh; + height: 93vh; margin: 0 auto; } figure.panorama-figure {