mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-05 16:06:15 +02:00
refactor(containers): clean up container styling
This commit is contained in:
@@ -2,7 +2,7 @@ import { Link } from "gatsby"
|
||||
import styled from "styled-components"
|
||||
|
||||
export const HeaderWrapper = styled.header`
|
||||
margin: 0 auto 20px;
|
||||
margin-bottom: 20px;
|
||||
`
|
||||
|
||||
export const InnerWrapper = styled.div`
|
||||
@@ -21,9 +21,8 @@ export const Logo = styled.img`
|
||||
export const Menu = styled.nav`
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
`
|
||||
|
||||
export const MenuItem = styled(Link)`
|
||||
|
||||
Reference in New Issue
Block a user