mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 17:25:59 +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"
|
||||
|
||||
export const FooterWrapper = styled.footer`
|
||||
max-width: 840px;
|
||||
margin: auto auto;
|
||||
|
||||
& a {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user