File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ const VoteDescriptionContainer = styled.div`
7373 display: flex;
7474 flex-direction: column;
7575 margin-bottom: ${ responsiveSize ( 16 , 32 ) } ;
76- margin-left: ${ responsiveSize ( 8 , 12 ) } ;
77- margin-right: ${ responsiveSize ( 8 , 12 ) } ;
76+ margin-left: ${ responsiveSize ( 8 , 32 ) } ;
77+ margin-right: ${ responsiveSize ( 8 , 32 ) } ;
7878 color: ${ ( { theme } ) => theme . secondaryText } ;
7979 text-align: center;
8080 line-height: 21.8px;
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ const TimeLineContainer = styled(Box)`
1515 height: 98px;
1616 border-radius: 0px;
1717 padding: ${ responsiveSize ( 16 , 48 ) } 8px 0px ${ responsiveSize ( 12 , 22 ) } ;
18+ margin-top: ${ responsiveSize ( 16 , 48 ) } ;
19+ margin-bottom: ${ responsiveSize ( 12 , 22 ) } ;
1820 background-color: ${ ( { theme } ) => theme . whiteBackground } ;
1921
2022 ${ landscapeStyle (
You can’t perform that action at this time.
0 commit comments