added lists to scss files

This commit is contained in:
jorge 2021-10-07 21:40:16 +02:00
parent 1df83b1df5
commit 1df64ad110
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
dl {
.property {
display:flex;
dt {
width: 14rem;
max-width: 14rem;
}
}
}