html5 - Bootstrap margin space on right of header -


so making first bootstrap site, , have looks simple problem fix, cannot life of me fine code coursing problem. on right hand side of page getting 20px of margin should not there, , it's happening in browsers. take quick @ site see problem might be, because cannot find it.

http://www.waynegrant.net/test/

there 20px of padding on .row-fluid.foot.

/*main.css:179*/ .row-fluid.foot {     margin-left: -20px;     margin-right: -20px;     padding-left: 20px;     padding-right: 20px;     padding-top: 0px;     padding-bottom: 0px; } 

Comments