hashgrid icon indicating copy to clipboard operation
hashgrid copied to clipboard

Fluid grids

Open gregplaysguitar opened this issue 10 years ago • 0 comments

For example, using something like this:

#grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  .vert-inner {
    max-width: 1440px;
    margin: 0 auto;
  }
}

gregplaysguitar avatar Aug 25 '15 04:08 gregplaysguitar