SharedCourses/src/theme/DocItem/Layout/styles.module.css

17 lines
262 B
CSS

.docItemContainer header + *,
.docItemContainer article > *:first-child {
margin-top: 0;
}
.commentsContainer {
margin-top: 3rem;
max-height: 640px;
overflow-y: scroll;
}
@media (min-width: 997px) {
.docItemCol {
max-width: 75% !important;
}
}