From 9717b94468859cb8c3862509c8fca57a03364caa Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Fri, 16 Dec 2022 00:57:21 +0800
Subject: [PATCH] Smaller header for small screen

---
 src/app.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app.css b/src/app.css
index 8730242c..53eed3d0 100644
--- a/src/app.css
+++ b/src/app.css
@@ -71,7 +71,7 @@ a.mention span {
 }
 
 .deck header {
-  min-height: 4em;
+  min-height: 3em;
   padding: 0 8px;
   position: sticky;
   top: 0;