foundry-component-library 0.2.23 → 0.2.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -145,6 +145,7 @@
145
145
  .award {
146
146
  display: flex;
147
147
  align-items: flex-start;
148
+ margin-bottom: 10px;
148
149
 
149
150
  @media #{$QUERY-sm} {
150
151
  max-width: 106px;
@@ -169,6 +170,7 @@
169
170
  img {
170
171
  width: 100%;
171
172
  height: auto;
173
+ max-height: 100%;
172
174
  object-fit: contain;
173
175
  }
174
176
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foundry-component-library",
3
- "version": "0.2.23",
3
+ "version": "0.2.24",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",