diff --git a/index.html b/index.html index a0c8445..5d646d4 100644 --- a/index.html +++ b/index.html @@ -14,9 +14,11 @@

Cluster Directory

+ + - +
diff --git a/style.css b/style.css index e6db031..2078e4b 100644 --- a/style.css +++ b/style.css @@ -11,7 +11,8 @@ .btn-group button { background-color: #00ff00; /* Green background */ color: black; /* White text */ - padding: 10px 24px; /* Some padding */ + padding: 10px; /* Some padding */ + margin: 0px 5px 0px 5px; cursor: pointer; /* Pointer/hand icon */ } .btn-group button:not(:last-child) {