style(tazjin/homepage): remove side margins of entries

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
This commit is contained in:
Vincent Ambo 2023-06-18 16:49:44 +03:00 committed by clbot
parent 507cd85264
commit 39e2085db8

View file

@ -22,7 +22,8 @@
}
.entry {
margin: 5px;
margin-top: 5px;
margin-bottom: 5px;
padding-left: 5px;
text-decoration: none;
}