Skip to content

Commit

Permalink
Changed the break point of the columns to lg
Browse files Browse the repository at this point in the history
  • Loading branch information
EstDavid committed Aug 4, 2022
1 parent a0fc866 commit 3df9ac8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ function App() {
<Navbar />
<div className="container-fluid">
<div className="row">
<div className="col-sm-3">
<div className="col-lg-3">
<IndicatorSidebar />
</div>
<div className="col-sm-7">
<div className="col-lg-7">
<PriceChart />
</div>
<div className="col-sm-2">
<div className="col-lg-2">
<PairsSidebar />
</div>
</div>
Expand Down

0 comments on commit 3df9ac8

Please sign in to comment.