Skip to content

Commit

Permalink
added layout grid
Browse files Browse the repository at this point in the history
  • Loading branch information
g-stamatis committed Jan 21, 2022
1 parent 2b11cb5 commit 2e6be55
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ export const Columns12 = (args) => (
<p>col-lg-2 col-md-3 col-sm-1</p>
</div>
<div
className="col-lg-2 col-lg-offset-10 col-md-3 col-sm-1"
className="col-lg-2 col-lg-offset-8 col-md-3 col-sm-1"
style={{
backgroundColor: 'lightblue',
padding: '5px',
}}
>
<p>col-lg-offset-10</p>
<p>col-lg-offset-8</p>
</div>
</Grid.Row>
<Grid.Row>
Expand Down

0 comments on commit 2e6be55

Please sign in to comment.