@robinmordasiewicz/f5xc-docs-theme 1.19.1 → 1.20.0

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.19.1",
3
+ "version": "1.20.0",
4
4
  "description": "F5 Distributed Cloud branded Starlight documentation theme",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/styles/custom.css CHANGED
@@ -357,9 +357,9 @@ h4, h5, h6 {
357
357
  display: flex;
358
358
  align-items: center;
359
359
  justify-content: center;
360
- padding: 1rem;
360
+ padding: 0.5rem;
361
361
  background: var(--sl-color-gray-7, #faf9f7);
362
- height: 5rem;
362
+ aspect-ratio: 1;
363
363
  }
364
364
 
365
365
  :root:not([data-theme='light']) .icon-card-image {
@@ -367,8 +367,8 @@ h4, h5, h6 {
367
367
  }
368
368
 
369
369
  .icon-card-image img {
370
- width: 2.5rem;
371
- height: 2.5rem;
370
+ width: 100%;
371
+ height: 100%;
372
372
  object-fit: contain;
373
373
  }
374
374