-1

I tried experimenting on Bourbon Neat trying to create basic layout such as:

  • HEADER
  • ARTICLE
  • SIDEBAR
  • FOOTER

What I want to achieve is, I wanted to create a container having a size of 970px though I could not get a fixed 970px instead I get 940px with a 15px gutter on each side.

how can I achieve 970px without gutters?

any ideas?

Thanks

smrtrnx
  • 9
  • 2

1 Answers1

0

You could try grid-collapse: https://neat.bourbon.io/docs/latest/#grid-collapse

Mike Harrison
  • 1,020
  • 2
  • 15
  • 42