mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 07:56:11 +02:00
fix(footer): adjust width for center panel
This commit is contained in:
@@ -2,6 +2,9 @@ import { Link } from "gatsby"
|
|||||||
import styled from "styled-components"
|
import styled from "styled-components"
|
||||||
|
|
||||||
export const FooterWrapper = styled.footer`
|
export const FooterWrapper = styled.footer`
|
||||||
|
max-width: 840px;
|
||||||
|
margin: auto auto;
|
||||||
|
|
||||||
& a {
|
& a {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user