Fix #19 : Mental disorder description

This commit is contained in:
2025-01-07 17:36:31 +01:00
parent b600148247
commit 33c11e2c05
5 changed files with 35 additions and 11 deletions

View File

@ -164,12 +164,20 @@
text-shadow: 0 0 8px var(--color-shadow-primary);
cursor: pointer;
}
.rollable {
min-width: 3rem;
max-width: 3rem;
}
.char-text {
margin-left: 0.5rem;
}
.form-group {
flex: 1;
flex: 0;
padding-left: 5px;
.form-fields {
font-size: 1.1rem;
flex: none;
width: 70px;
width: 40px;
}
}
}