Fix styling

This commit is contained in:
elpekenin
2022-10-16 11:21:27 +02:00
parent 7ef631fe35
commit a285b3e564
3 changed files with 14 additions and 9 deletions
+1 -4
View File
@@ -1,8 +1,5 @@
---
import socialIcons from "@assets/socialIcons";
import { SOCIALS } from "src/config";
import Hr from "./Hr.astro";
import LinkButton from "./LinkButton.astro";
import Socials from "./Socials.astro";
const currentYear = new Date().getFullYear();
@@ -17,7 +14,7 @@ const { noMarginTop = false } = Astro.props;
<footer class={`${noMarginTop ? "" : "mt-auto"}`}>
<Hr noPadding />
<div class="footer-wrapper">
<Socials />
<Socials centered />
<div class="copyright-wrapper">
<span>Copyright &#169; {currentYear}</span>
<span class="separator">&nbsp;|&nbsp;</span>