File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
packages/overmind-website Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ import { css } from 'emotion'
22
33export const wrapper = css `
44 display : flex;
5- justify-content : space-around;
65 max-width : 800px ;
76 padding : var (--padding-5 );
87 flex-wrap : wrap;
98 margin-top : 50px ;
9+ margin-left : auto;
10+ margin-right : auto;
1011 justify-content : center;
1112`
1213
Original file line number Diff line number Diff line change 44 "url" : " https://www.youtube.com/watch?v=82Aq_ujnBQw" ,
55 "shortName" : " overmind-introduction" ,
66 "type" : " beginner"
7+ },
8+ {
9+ "title" : " Devtools introduction" ,
10+ "url" : " https://www.youtube.com/watch?v=ysqEHORTiyw" ,
11+ "shortName" : " devtools-introduction" ,
12+ "type" : " beginner"
13+ },
14+ {
15+ "title" : " Replacing VueX with Overmind" ,
16+ "url" : " https://www.youtube.com/watch?v=O5FMIXwYLAA" ,
17+ "shortName" : " replacing-vuex-with-overmind" ,
18+ "type" : " beginner"
719 }
820]
You can’t perform that action at this time.
0 commit comments