Skip to content

Commit

Permalink
icon styling
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlarson committed Aug 21, 2024
1 parent 4a8ac2e commit 0ef6942
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/_blocks/IconRow/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
.iconsContainer {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}

.icon {
Expand All @@ -21,6 +22,7 @@
padding: 10px;

img {
min-width: 125px;
max-height: 150px;
max-width: 250px;
width: auto;
Expand Down

0 comments on commit 0ef6942

Please sign in to comment.