From fbe5b8cd50cc92a5b0fff32336a36b51a9d9e97d Mon Sep 17 00:00:00 2001 From: Matt Keenan Date: Tue, 26 Nov 2024 10:33:41 -0500 Subject: [PATCH] Exercises title padding --- src/haz3lweb/www/style/cell.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/haz3lweb/www/style/cell.css b/src/haz3lweb/www/style/cell.css index b58b94ccc..248be845e 100644 --- a/src/haz3lweb/www/style/cell.css +++ b/src/haz3lweb/www/style/cell.css @@ -61,6 +61,8 @@ .title-cell { padding-left: 1em; + padding-top: 0; + padding-bottom: 0; } .title-cell .title-text {