Skip to content

Commit

Permalink
Merge pull request #5613 from hargunkaur286/icons
Browse files Browse the repository at this point in the history
adjusted icons size
  • Loading branch information
leecalcote authored Jul 26, 2024
2 parents 13fdf93 + 4fce6a5 commit 39adfd6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/sections/Company/Brand/brandPage.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,19 @@ const BrandPageWrapper = styled.section`
}
@media screen and (max-width: 575px) {
.ImgDiv, .color-code-wrapper {
.color-code-wrapper{
margin-left: 0px;
}
.ImgDiv img {
margin: auto;
width: auto;
max-width: 100%;
height: auto;
max-height: 200px;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
img.Layer5Icon {
width: auto;
height: 80px;
Expand Down

0 comments on commit 39adfd6

Please sign in to comment.