fix: line height

This commit is contained in:
Cory Dransfeldt 2024-02-20 20:20:23 -08:00
parent 9296f611ca
commit 45be147a90
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions
package.json
src/assets/styles/components

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "6.5.4",
"version": "6.5.5",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {

View file

@ -1,6 +1,6 @@
webcare-webshare {
font-size: var(--font-size-sm);
line-height: var(--line-height-sm);
line-height: var(--line-height-xs);
}
button {