From 936b98b1422ad73c684af673445682d4c08358e6 Mon Sep 17 00:00:00 2001 From: Jonas Braathen Date: Thu, 16 Jan 2025 21:17:20 +0100 Subject: [PATCH] lint the stylesheet --- app/main.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/main.scss b/app/main.scss index 13e6e66..a9eb7e1 100644 --- a/app/main.scss +++ b/app/main.scss @@ -59,7 +59,8 @@ a { } } -td, th { +td, +th { padding-right: 1rem; }