From aaaf9d69904f0beed02ec8a2ae571a06e1175bb9 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 23 Nov 2022 23:39:55 -0800 Subject: [PATCH] update index.html with proxmox and opnsense, add slight margin to buttons Signed-off-by: Arthur Lu --- index.html | 4 +++- style.css | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) 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) {