blob: 7f1ed142699806c0053c76f5a981de9c1d45ae3a [file]
.docItemContainer header + *,
.docItemContainer article > *:first-child {
margin-top: 0;
}
.docItemContainer {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
padding: 0 0.3rem;
}
@media (min-width: 997px) {
.docItemCol {
max-width: 75% !important;
}
.docItemContainer {
padding-bottom: 3.5rem;
}
}