From 25678309cf65d65026f1fc3d7743ba0b3a411418 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 23 Dec 2022 19:53:47 -0800 Subject: [PATCH] Fix margin-left was accidentally duplicate margin-right. --- photogallery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photogallery.py b/photogallery.py index d4785cf..206c5ca 100644 --- a/photogallery.py +++ b/photogallery.py @@ -58,7 +58,7 @@ def imagegallery_argparse(args): } p { - margin-right: auto; + margin-left: auto; margin-right: auto; width: 100%; max-width: 1024px;