Remove obsolete tag list rule

This rule was added so the tag list wouldn't have an extra bottom
margin. However, the rule is already applied by the `.tags` selector
inside `.budget-investment` and it was conflicting with other lists
(goals and tags) we've added to thi investments index.
This commit is contained in:
Javi Martín
2021-02-04 00:04:21 +01:00
parent 7d4e49a090
commit 92a09f74b0

View File

@@ -606,12 +606,6 @@
img {
max-width: 12rem;
}
.budget-investment-content {
ul {
margin-bottom: 0;
}
}
}
}