techWebsite/assets/css/extended/descriptionlist.css
Gabe Venberg 52e49beff6 updated style for description lists
updated resume with more bullet points.
2023-07-05 20:54:23 -05:00

10 lines
139 B
CSS

.post-content dt {
/* width: 25%; */
width: unset !important;
}
.post-content dd {
/* width: 75%; */
width: unset !important;
}