From b492a120d2a59e95014bc5182cc0f4e10ccffc50 Mon Sep 17 00:00:00 2001 From: futile Date: Wed, 6 Nov 2024 15:07:52 +0000 Subject: [PATCH] improve buttons layout with justify-content --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 54134fd..050ee1d 100644 --- a/index.html +++ b/index.html @@ -88,6 +88,7 @@ display: flex; flex-wrap: wrap; padding: 0 20px; + justify-content: center; } ul.buttons li {