Skip to content

Commit

Permalink
fix: quickfix responsive logo caroussel
Browse files Browse the repository at this point in the history
  • Loading branch information
JW-Rami committed May 28, 2024
1 parent 5f95800 commit 1f01e96
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions src/components/TheyTrustedUs/TheyTrustedUs.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@
#sofan-logo {
height: calc(25px - 5%) ;
}

#cergy{
height: 40px;
}
#metalyde-logo {
height: calc(70px - 5%) ;
border-radius: 10px;
Expand All @@ -132,7 +134,7 @@
height: calc(70px - 5%) ;
}
#republike-logo {
height: calc(25px - 5%) ;
height: calc(25px - 7.5%) ;
}
#harbor-logo {
height: calc(70px - 5%) ;
Expand Down

0 comments on commit 1f01e96

Please sign in to comment.