File size: 175 Bytes
a80f6e6
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
.docItemContainer header + *,
.docItemContainer article > *:first-child {
  margin-top: 0;
}

@media (min-width: 997px) {
  .docItemCol {
    max-width: 75% !important;
  }
}