From 7a73b14865144781e8e3a271b2dbed2fbd295af6 Mon Sep 17 00:00:00 2001 From: zepp Date: Sun, 9 Mar 2025 23:33:53 -0400 Subject: [PATCH] add flex gap to buttons --- configuration/template.html | 1 + weblog/page-template.md | 1 + 2 files changed, 2 insertions(+) diff --git a/configuration/template.html b/configuration/template.html index 38b73c1..60cd628 100644 --- a/configuration/template.html +++ b/configuration/template.html @@ -202,6 +202,7 @@ display: flex; justify-content: center; align-items: center; + gap: 0.25rem; } diff --git a/weblog/page-template.md b/weblog/page-template.md index e41ad47..96cba8c 100644 --- a/weblog/page-template.md +++ b/weblog/page-template.md @@ -184,6 +184,7 @@ height: auto; display: flex; justify-content: center; align-items: center; +gap: 0.25rem; }