React-Bootstrap causing margins on left and right side – Twitter bootstrap
I'm using React-Bootstrap in my React app. It is causing margin on the left and right side. I'm using the following code: import React, { Component } from "react"; import "react-bootstrap/dist/react-bootstrap.min.js"; import "bootstrap/dist/css/bootstrap.min.css"; import { Grid, Row, Col } from…