diff options
author | Vincent Ambo <mail@tazj.in> | 2023-06-18T13·49+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-06-18T13·52+0000 |
commit | 39e2085db835595a60f8b2da75caf14010e2cc49 (patch) | |
tree | 6ed0bcf31051d6a00c7752bc112d26db506772a0 | |
parent | 507cd852646b7b6427fd56dd4657154e2661e93c (diff) |
style(tazjin/homepage): remove side margins of entries r/6329
Change-Id: Ia4a6a93ee1149c7d4a3e1d4b2266335660f1839d Reviewed-on: https://cl.tvl.fyi/c/depot/+/8828 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
-rw-r--r-- | users/tazjin/homepage/static/tazjin.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/tazjin/homepage/static/tazjin.css b/users/tazjin/homepage/static/tazjin.css index 320c11f33759..f921b562ee6c 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; } |