Skip to content

Commit

Permalink
fix: footer logo spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 19, 2024
1 parent 1224158 commit 3a783b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/Footer/Links/MultiColumn/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function FooterLinksMultiColumn({
}: Props): JSX.Element {
return (
<div className="row footer__links">
<div className="col">
<div className="col footer__col">
<img src="/img/Logo.aelf.svg" />
</div>
{columns.map((column, i) => (
Expand Down

0 comments on commit 3a783b1

Please sign in to comment.