From aaa59c530f65b791fcb6c1b20b41ab49fc91ecd9 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 15 Dec 2022 18:09:48 -0800 Subject: [PATCH] add margin to btn-group --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index afe4b78..fc9ae96 100644 --- a/css/style.css +++ b/css/style.css @@ -45,12 +45,12 @@ p { } .btn-group { - margin: 0 auto; display: flex; justify-content: center; flex-direction: row; flex-wrap: wrap; gap: 10px; + margin: 20px 0px 20px 0px; } .btn-group button {