@robinmordasiewicz/f5xc-docs-theme 1.20.0 → 1.20.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinmordasiewicz/f5xc-docs-theme",
3
- "version": "1.20.0",
3
+ "version": "1.20.1",
4
4
  "description": "F5 Distributed Cloud branded Starlight documentation theme",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/styles/custom.css CHANGED
@@ -354,12 +354,7 @@ h4, h5, h6 {
354
354
  }
355
355
 
356
356
  .icon-card-image {
357
- display: flex;
358
- align-items: center;
359
- justify-content: center;
360
- padding: 0.5rem;
361
357
  background: var(--sl-color-gray-7, #faf9f7);
362
- aspect-ratio: 1;
363
358
  }
364
359
 
365
360
  :root:not([data-theme='light']) .icon-card-image {
@@ -367,9 +362,9 @@ h4, h5, h6 {
367
362
  }
368
363
 
369
364
  .icon-card-image img {
365
+ display: block;
370
366
  width: 100%;
371
- height: 100%;
372
- object-fit: contain;
367
+ height: auto;
373
368
  }
374
369
 
375
370
  /* Invert near-black SVGs for dark mode visibility */