adjust margin on features UI

This commit is contained in:
Bruno Windels 2023-02-10 14:11:45 +01:00
parent 7c1117ddd4
commit c3da2acfb2

View File

@ -769,6 +769,11 @@ a {
margin: 0;
}
.FeatureView p {
margin: 8px 0;
}
.error {
color: var(--error-color);
font-weight: 600;