diff --git a/components/Footer/Footer.module.css b/components/Footer/Footer.module.css index 8e46570..0bfffaa 100644 --- a/components/Footer/Footer.module.css +++ b/components/Footer/Footer.module.css @@ -8,31 +8,12 @@ flex-direction: column; } -.footer p { - font-size: 0.8rem; - font-weight: 400; -} - +.footer p, .footer a { font-size: 0.8rem; font-weight: 400; } -.logo { - display: inline-block; - margin-right: 4px; -} - -.logo img { - height: 100%; -} - -.ccLogo { - height: 14px; - margin-left: 3px; - vertical-align: text-bottom; -} - .ccLink { margin-right: 4px; } @@ -41,3 +22,8 @@ display: flex; align-items: center; } + +.gitLink img { + vertical-align: middle; + margin: 0 8px; +} diff --git a/components/Footer/index.tsx b/components/Footer/index.tsx index 7797c0e..3701145 100644 --- a/components/Footer/index.tsx +++ b/components/Footer/index.tsx @@ -1,4 +1,3 @@ -/* eslint-disable @next/next/no-img-element */ import Image from 'next/image'; import styles from './Footer.module.css'; @@ -7,15 +6,20 @@ export default (): JSX.Element => {