@@ -15,26 +15,26 @@ export const styles = {
1515 justifyContent : "center" ,
1616 } ) ,
1717
18- contentWrapper : ( theme : AppTheme ) =>
18+ topWrapper : ( theme : AppTheme ) =>
1919 css ( {
20- backgroundColor : theme . palette . background . paper ,
2120 display : "flex" ,
2221 justifyContent : "space-between" ,
23- alignItems : "center" ,
24- marginInline : theme . spacing ( 8 ) ,
25- marginBlockStart : theme . spacing ( 4 ) ,
26- marginBlockEnd : theme . spacing ( 6 ) ,
27- width : "100%" ,
22+ alignItems : "flex-start" ,
23+ paddingInline : theme . spacing ( 4 ) ,
24+ paddingBlockStart : theme . spacing ( 2 ) ,
25+ paddingBlockEnd : theme . spacing ( 8 ) ,
2826 maxWidth : theme . breakpoints . values . lg ,
27+ width : "100%" ,
2928 } ) ,
3029
3130 leftWrapper : ( theme : AppTheme ) =>
3231 css ( {
3332 display : "flex" ,
34- justifyContent : "flex-start" ,
33+ flexDirection : "column" ,
34+ alignItems : "flex-start" ,
35+ color : theme . palette . text . secondary ,
3536 } ) ,
36- centerWrapper : ( theme : AppTheme ) =>
37- css ( { display : "flex" , justifyContent : "center" } ) ,
37+
3838 rightWrapper : ( theme : AppTheme ) =>
3939 css ( {
4040 display : "flex" ,
0 commit comments