From 39e2085db835595a60f8b2da75caf14010e2cc49 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 18 Jun 2023 16:49:44 +0300 Subject: style(tazjin/homepage): remove side margins of entries Change-Id: Ia4a6a93ee1149c7d4a3e1d4b2266335660f1839d Reviewed-on: https://cl.tvl.fyi/c/depot/+/8828 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/homepage/static/tazjin.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/tazjin/homepage/static/tazjin.css b/users/tazjin/homepage/static/tazjin.css index 320c11f337..f921b562ee 100644 --- a/users/tazjin/homepage/static/tazjin.css +++ b/users/tazjin/homepage/static/tazjin.css @@ -22,7 +22,8 @@ } .entry { - margin: 5px; + margin-top: 5px; + margin-bottom: 5px; padding-left: 5px; text-decoration: none; } -- cgit 1.4.1