summaryrefslogtreecommitdiff
path: root/_static/custom.css
blob: d34fd74e7ac3ada2ac9b3a416aee6db8f3729e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@media (min-width: 960px) {
  .container {
      max-width: 100rem;
  }
  
  .bd-sidebar {
      flex-basis: 25%;
  }
}

@media (min-width: 768px) {
  .bd-sidebar {
      max-width: 25%;
  }
}