This repository was archived by the owner on Nov 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
components/Navigator/styles Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export const CardWrapper = styled.div`
1717 border: 1px solid;
1818 border-color: ${ theme ( 'header.cardBorder' ) } ;
1919 z-index: 1000;
20- top: 4px ;
20+ top: 14px ;
2121`
2222export const CommunityWrapper = styled . div `
2323 ${ cs . flex ( 'align-both' ) } ;
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import CommunityFaceLogo from '@components/CommunityFaceLogo'
77export const Breadcrumbs = styled . div `
88 ${ cs . flex ( 'align-center' ) } ;
99 max-width: 520px;
10- margin-left: 3vw;
1110 height: 100%;
1211 ${ cs . media . mobile `
1312 margin-right: 0;
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ const zIndex = {
9494 sidebar : 1999 ,
9595}
9696
97- export const MEDIA_MAX_WIDTH = '1500px '
97+ export const MAX_CONTENT_WIDTH = '1520px '
9898export const mediaBreakPoints = {
9999 // mobileS: '320px',
100100 // mobileM: '375px',
@@ -128,6 +128,7 @@ const cs = {
128128 zIndex,
129129 mediaBreakPoints,
130130 media,
131+ MAX_CONTENT_WIDTH ,
131132}
132133
133134export default cs
You can’t perform that action at this time.
0 commit comments