File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
packages/overmind-website/src Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11import { css } from 'emotion'
22
33export const pageWrapper = css `
4- min-height : calc (100vh - 198 px );
4+ min-height : calc (100vh );
55`
66
77export const wrapper = css `
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ export const wrapper = css`
88 margin-top : 50px ;
99 margin-left : auto;
1010 margin-right : auto;
11+ justify-content : center;
1112`
1213
1314export const guide = css `
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ export const wrapper = css`
77 padding : var (--padding-5 );
88 flex-wrap : wrap;
99 margin-top : 50px ;
10+ justify-content : center;
1011`
1112
1213export const video = css `
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ type State = {
3131}
3232
3333const state : State = {
34- page : null ,
34+ page : Page . HOME ,
3535 currentGuide : null ,
3636 currentVideo : null ,
3737 currentApi : null ,
You can’t perform that action at this time.
0 commit comments