mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 23:43:45 +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>
|
||||
)
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
import { Link } from "gatsby"
|
||||
import styled from "styled-components"
|
||||
|
||||
export const FooterWrapper = styled.footer``
|
||||
export const FooterWrapper = styled.footer`
|
||||
& a {
|
||||
display: inline;
|
||||
}
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user