mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-05 23:43:37 +02:00
ui: update header/nav style to match layout
This commit is contained in:
@@ -3,10 +3,13 @@ import styled from "styled-components"
|
||||
export const ContainerWrapper = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0 32px;
|
||||
/* the 172px is necessary because the logo is offset by that much */
|
||||
/* this ensures the logo never goes off screen */
|
||||
/* TODO: most likely extract this number */
|
||||
padding: 0 calc(172px + 32px);
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
max-width: 1015px;
|
||||
max-width: 800px;
|
||||
|
||||
& > :first-child {
|
||||
margin-top: 0;
|
||||
|
||||
Reference in New Issue
Block a user