From 08785f3a6917e4e0b786deca250d76db27089058 Mon Sep 17 00:00:00 2001 From: Kevin Payravi Date: Thu, 22 Aug 2024 20:51:35 +0100 Subject: [PATCH] Reduce padding on tabs Takes up a lot of space otherwise --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index dd28b52..f78e2d1 100644 --- a/style.css +++ b/style.css @@ -463,7 +463,7 @@ tr:nth-child(odd) { .member-tab + label { border: 0px solid; display: inline-block; - padding: 15px 25px; + padding: 10px; text-align: center; color: #555; }