added lists to scss files
This commit is contained in:
parent
1df83b1df5
commit
1df64ad110
|
@ -0,0 +1,9 @@
|
||||||
|
dl {
|
||||||
|
.property {
|
||||||
|
display:flex;
|
||||||
|
dt {
|
||||||
|
width: 14rem;
|
||||||
|
max-width: 14rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue