about summary refs log tree commit diff
path: root/users/tazjin/homepage
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-06-18T13·49+0300
committerclbot <clbot@tvl.fyi>2023-06-18T13·52+0000
commit39e2085db835595a60f8b2da75caf14010e2cc49 (patch)
tree6ed0bcf31051d6a00c7752bc112d26db506772a0 /users/tazjin/homepage
parent507cd852646b7b6427fd56dd4657154e2661e93c (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
Diffstat (limited to 'users/tazjin/homepage')
-rw-r--r--users/tazjin/homepage/static/tazjin.css3
1 files changed, 2 insertions, 1 deletions
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;
 }