You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitlink_help_center/src/theme/DocItem/styles.module.css

19 lines
219 B

.docItemContainer {
margin: 0 auto;
padding: 0 1rem;
}
.docItemCol {
flex: 1 0 75%;
max-width: 75%;
}
.docItemMain {
flex: 1 0 auto;
}
@media (max-width: 996px) {
.docItemCol {
max-width: 100%;
}
}