From f765be68c58bfb56b76a05c24dd371321cda48b6 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Sun, 11 Dec 2022 20:44:21 -0800 Subject: [PATCH] update style.css --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 0fe0e52..414075b 100644 --- a/style.css +++ b/style.css @@ -38,13 +38,15 @@ p { margin: 0 auto; display: flex; justify-content: center; + flex-direction: row; + flex-wrap: wrap; + gap: 10px; } .btn-group button { background-color: #00ff00; /* Green background */ color: black; /* White text */ padding: 10px; /* Some padding */ - margin: 0px 5px 0px 5px; cursor: pointer; /* Pointer/hand icon */ border: none; }