1
0

css: tighten bullet lists

This commit is contained in:
Simon Michael
2024-01-18 08:19:21 -10:00
parent 3bca8b88ec
commit e0958adbe5

View File

@@ -23,3 +23,7 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
.tight p {
margin:0;
}
li {
margin-bottom:0;
}