@wavelengthusaf/components 3.3.9 → 3.3.10

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/dist/esm/index.js CHANGED
@@ -1246,6 +1246,10 @@ var WavelengthBanner = class extends HTMLElement {
1246
1246
  font-family: sans-serif;
1247
1247
  font-size: 1rem;
1248
1248
  }
1249
+
1250
+ p {
1251
+ margin: 0;
1252
+ }
1249
1253
  `;
1250
1254
  this.container = document.createElement("div");
1251
1255
  this.container.classList.add("banner");