@layerfi/components 0.1.115 → 0.1.116-alpha.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/README.md CHANGED
@@ -390,7 +390,7 @@ The full list of variables is listed in the [`variables.css`](https://github.com
390
390
  --text-sm: 12px;
391
391
  --text-md: 14px;
392
392
  --text-lg: 16px;
393
- --text-heading: 24px;
393
+ --text-heading: 24px; // 20px on mobile (max-width: 768px)
394
394
  --text-heading-sm: 16px;
395
395
  --font-weight-normal: 460;
396
396
  --font-weight-bold: 540;