10 lines
139 B
CSS
10 lines
139 B
CSS
|
.post-content dt {
|
||
|
/* width: 25%; */
|
||
|
width: unset !important;
|
||
|
}
|
||
|
|
||
|
.post-content dd {
|
||
|
/* width: 75%; */
|
||
|
width: unset !important;
|
||
|
}
|