From fa49dc08a359d76e1726358c31f5f9c360323d95 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 13 May 2022 18:51:07 +0530 Subject: [PATCH] fix: certificate footer style --- lms/public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/public/css/style.css b/lms/public/css/style.css index d3635b3d..235ee522 100644 --- a/lms/public/css/style.css +++ b/lms/public/css/style.css @@ -849,7 +849,7 @@ pre { .certificate-footer { display: flex; - justify-content: space-between; + justify-content: center; margin: 4rem auto 0; width: fit-content; }