From dfd3db83dd88dc3dd933eee92bef4c0bed69cf81 Mon Sep 17 00:00:00 2001 From: zepp Date: Sun, 9 Mar 2025 21:13:01 -0400 Subject: [PATCH] center pride button with flex --- configuration/template.html | 2 +- weblog/page-template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/template.html b/configuration/template.html index d1c26b7..f136b40 100644 --- a/configuration/template.html +++ b/configuration/template.html @@ -200,7 +200,7 @@ width: 100%; height: auto; display: flex; - align-items: center; + justify-content: center; } diff --git a/weblog/page-template.md b/weblog/page-template.md index b7bba15..2e08b46 100644 --- a/weblog/page-template.md +++ b/weblog/page-template.md @@ -182,7 +182,7 @@ color: #c81d25; width: 100%; height: auto; display: flex; -align-items: center; +justify-content: center; }