diff --git a/components/ContactForm/ContactForm.tsx b/components/ContactForm/ContactForm.tsx index fdfca791..e2eca1cd 100644 --- a/components/ContactForm/ContactForm.tsx +++ b/components/ContactForm/ContactForm.tsx @@ -49,6 +49,7 @@ const MarkdownTip = styled("div", { }); const MarkdownTipIcon = styled(SiMarkdown, { + display: "inline", width: "1.25em", height: "1.25em", verticalAlign: "-0.25em", @@ -123,6 +124,7 @@ const Result = styled("div", { }); const ResultIcon = styled("svg", { + display: "inline", width: "1.3em", height: "1.3em", verticalAlign: "-0.3em", diff --git a/components/Footer/Footer.tsx b/components/Footer/Footer.tsx index b77e989d..763f6acf 100644 --- a/components/Footer/Footer.tsx +++ b/components/Footer/Footer.tsx @@ -38,6 +38,7 @@ const PlainLink = styled(Link, { }); const Icon = styled("svg", { + display: "inline", width: "1.25em", height: "1.25em", verticalAlign: "-0.25em", diff --git a/components/MenuItem/MenuItem.tsx b/components/MenuItem/MenuItem.tsx index 72c1d5b4..89590a73 100644 --- a/components/MenuItem/MenuItem.tsx +++ b/components/MenuItem/MenuItem.tsx @@ -25,6 +25,7 @@ const MenuLink = styled(Link, { }); const Icon = styled("svg", { + display: "inline", width: "1.25em", height: "1.25em", verticalAlign: "-0.3em", diff --git a/components/OctocatLink/OctocatLink.tsx b/components/OctocatLink/OctocatLink.tsx index b22d5146..7e2f4fea 100644 --- a/components/OctocatLink/OctocatLink.tsx +++ b/components/OctocatLink/OctocatLink.tsx @@ -4,6 +4,7 @@ import { styled, theme } from "../../lib/styles/stitches.config"; import type { ComponentPropsWithoutRef } from "react"; const Octocat = styled(SiGithub, { + display: "inline", width: "1.2em", height: "1.2em", verticalAlign: "-0.2em", diff --git a/components/PostMeta/PostMeta.tsx b/components/PostMeta/PostMeta.tsx index 60b0a167..f78f1d14 100644 --- a/components/PostMeta/PostMeta.tsx +++ b/components/PostMeta/PostMeta.tsx @@ -27,6 +27,7 @@ const MetaLink = styled(Link, { }); const Icon = styled("svg", { + display: "inline", width: "1.2em", height: "1.2em", verticalAlign: "-0.2em", diff --git a/components/RepositoryCard/RepositoryCard.tsx b/components/RepositoryCard/RepositoryCard.tsx index 9fb48b20..7666bae9 100644 --- a/components/RepositoryCard/RepositoryCard.tsx +++ b/components/RepositoryCard/RepositoryCard.tsx @@ -47,6 +47,7 @@ const MetaLink = styled(Link, { }); const MetaIcon = styled("svg", { + display: "inline", width: "16px", height: "16px", verticalAlign: "-0.3em", diff --git a/pages/previously.tsx b/pages/previously.tsx index fe0412b7..a7189916 100644 --- a/pages/previously.tsx +++ b/pages/previously.tsx @@ -42,6 +42,7 @@ const Divider = styled(HorizontalRule, { }); const WindowsLogo = styled(SiWindows95, { + display: "inline", width: "1.2em", height: "1.2em", verticalAlign: "-0.15em", diff --git a/pages/projects.tsx b/pages/projects.tsx index 7284a74c..968f6319 100644 --- a/pages/projects.tsx +++ b/pages/projects.tsx @@ -33,6 +33,7 @@ const ViewMore = styled("p", { }); const GitHubLogo = styled(SiGithub, { + display: "inline", width: "1.2em", height: "1.2em", verticalAlign: "-0.2em",