From f2a6e8085d5dd7cd7aedfd731adafffbb688a712 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 23 Dec 2022 19:54:43 -0800 Subject: [PATCH] Align vertical photos within the photocell. --- photogallery.py | 1 + 1 file changed, 1 insertion(+) diff --git a/photogallery.py b/photogallery.py index 206c5ca..73c302c 100644 --- a/photogallery.py +++ b/photogallery.py @@ -65,6 +65,7 @@ def imagegallery_argparse(args): } .photocell { + text-align: center; display: block; position: relative; margin-left: auto;