a b/docs/lagunita/css/custom.css
1
.center {
2
  display: block;
3
  margin-left: auto;
4
  margin-right: auto;
5
  max-width: 100%;
6
}