mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 16:06:13 +02:00
fix(layout): centered layout with responsive principles applied
This commit is contained in:
@@ -6,9 +6,12 @@ export function Footer() {
|
||||
return (
|
||||
<SC.FooterWrapper>
|
||||
<Container>
|
||||
© {new Date().getFullYear()}, Built with
|
||||
{` `}
|
||||
<a href="https://www.gatsbyjs.org">Gatsby</a>
|
||||
<p>
|
||||
© {new Date().getFullYear()}, Built with
|
||||
{` `}
|
||||
<a href="https://www.gatsbyjs.org">Gatsby</a>
|
||||
</p>
|
||||
|
||||
</Container>
|
||||
</SC.FooterWrapper>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user