- updated styles for criterion data and fixed error related to their displaying;

This commit is contained in:
Vitalii Kiiko
2024-11-08 17:24:35 +01:00
parent 2797a58661
commit 137e48e60b
2 changed files with 31 additions and 5 deletions

View File

@@ -15,4 +15,17 @@
display: flex;
flex-direction: column;
gap: 7px;
padding: 10px;
background-color: #efefef;
font-size: 14px;
ul {
margin: 0;
padding-left: 15px;
li a {
text-decoration: underline;
color: var(--global-textColor);
}
}
}