Skip to content

Commit

Permalink
add styling to the images in the contributingCompaniesPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldssebalamu committed Oct 17, 2023
1 parent 920432a commit a4267b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/components/ContributingCompaniesPanel.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.companyLogos {
width:100%;
padding: 15px;
float: none;
display: flex;
Expand All @@ -8,5 +7,6 @@
}

.companyLogos img {
width: 100%;
width: 386.667px;
/* height: 386.667px */
}

0 comments on commit a4267b9

Please sign in to comment.