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; }