From 17aa021d1e962dc0a876be7f87ceb07dd5145049 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 8 Mar 2021 22:40:35 +0100 Subject: [PATCH] make table headings more compact --- src/styles/app.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/app.css b/src/styles/app.css index dc55a11..d7d8b2c 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -248,15 +248,15 @@ hr { /** * Tables */ +.table th,td { + padding: 0.5em 0.5em !important; +} + .table th { background-color: #527984; color: #fff; } -.table td { - padding: 0.5em 0.5em !important; -} - /** * Buttons */