Skip to content

Commit

Permalink
added changes
Browse files Browse the repository at this point in the history
Signed-off-by: Hargun Kaur <[email protected]>
  • Loading branch information
hargunkaur286 committed Jul 5, 2024
1 parent 53db506 commit 4fce6a5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/sections/Company/Brand/brandPage.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,12 @@ const BrandPageWrapper = styled.section`
.color-code-wrapper{
margin-left: 0px;
}
.ImgDiv img{
.ImgDiv img {
margin: auto;
width: 200px;
width: auto;
max-width: 100%;
height: auto;
max-height: 200px;
display: flex;
justify-content: center;
flex-wrap: wrap;
Expand Down

0 comments on commit 4fce6a5

Please sign in to comment.