Skip to content

Commit

Permalink
chore(website): fix footer alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Grsmto committed Oct 7, 2019
1 parent 5194bef commit af557ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/website/src/components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,11 @@ const Layout = ({ children }) => {
alignItems: "center",
mt: "auto",
fontSize: [0, 2],
width: "100%",
}}
>
Released under the MIT License Copyright © {new Date().getFullYear()}{" "}
Adrien Denat{" "}
Adrien Denat
<span
sx={{
display: "inline-flex",
Expand Down

0 comments on commit af557ea

Please sign in to comment.