mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 07:56:12 +02:00
fix(layout): centered layout with responsive principles applied
This commit is contained in:
@@ -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