Skip to content

Commit

Permalink
Merge pull request #5273 from anshitmishra/master
Browse files Browse the repository at this point in the history
PR Overflow issues on Layer5 website #5231 solve
  • Loading branch information
iArchitSharma authored Feb 4, 2024
2 parents 15365da + 5337add commit eb621cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/reusecore/Layout/Row.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ const RowWrapper = styled.div`
const Row = ({ children, ...props }) => {
return <RowWrapper {...props}>{children}</RowWrapper>;
};

export default Row;
2 changes: 1 addition & 1 deletion src/sections/Home/Banner-4/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Banner1 = (props) => {
return (
<Banner1SectionWrapper {...props}>
<BGImg title="heroImage" image={pluginImage}>
<Row>
<Row style={{ marginRight: 0 }}>
<Col sm={4} lg={6} className="section-title-wrapper text-col">
<Container fullWidthSM>
<SectionTitle
Expand Down

0 comments on commit eb621cd

Please sign in to comment.