diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 1c370c4..cb57d1d 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -9,24 +9,36 @@ library.add(faCodeBranch, faRss); const sourceCodeIcon = icon({ prefix: "fas", iconName: faCodeBranch.iconName }); const rssIcon = icon({ prefix: "fas", iconName: faRss.iconName }); --- +
\ No newline at end of file + /* Declare a custom CSS class to make the icon look right */ + .svg-inline--fa { + overflow: visible; + box-sizing: content-box; + display: inline-block; + height: 1em; + vertical-align: -0.125em; + } +