From f85189eaf087979000863084741a5a817f939a00 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 15 Dec 2022 18:12:24 -0800 Subject: [PATCH] remove btn-group margins --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index afe4b78..3265a3d 100644 --- a/style.css +++ b/style.css @@ -45,7 +45,6 @@ p { } .btn-group { - margin: 0 auto; display: flex; justify-content: center; flex-direction: row;