diff --git a/package.json b/package.json index d400e3d..cb2fbca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@firq/fgosite", "type": "module", - "version": "0.2.0-pre.41", + "version": "0.2.0-pre.42", "private": true, "scripts": { "dev": "astro dev", diff --git a/src/components/links/linkCard.astro b/src/components/links/linkCard.astro index 6b148a9..f5a03c7 100644 --- a/src/components/links/linkCard.astro +++ b/src/components/links/linkCard.astro @@ -23,8 +23,8 @@ const icon_src_url = `url("${icon.src}")` display: flex; align-items: center; justify-content: center; - width: 36px; - height: 36px; + width: 2.25em; + height: 2.25em; background-color: var(--c-primary-background); border-radius: .35rem; border: 2px solid var(--c-primary-text); @@ -41,7 +41,7 @@ const icon_src_url = `url("${icon.src}")` mask: var(--icon_src_url) no-repeat center; mask-size: contain; background-color: var(--c-primary-text); - height: 65%; - width: 65%; + height: 1.5em; + width: 1.5em; } \ No newline at end of file