File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1010 align-items : space-around ;
1111 justify-content : center ;
1212 align-items : center ;
13- height : 100vh ;
13+ margin-top : 25vh ;
14+ height : 50vh ;
1415}
1516
1617:local(.copy ) {
Original file line number Diff line number Diff line change @@ -4,16 +4,11 @@ import { Svg } from 'components';
44import { Parallax } from 'react-scroll-parallax' ;
55import boxBg from '!!raw-loader!./box-bg.svg' ;
66import boxOutline from '!!raw-loader!./box-outline.svg' ;
7+ import divider from '!!raw-loader!../shared/divider.svg' ;
78
89const Marquee = ( ) => (
910 < div className = { style . root } >
10- < Parallax
11- offsetYMax = { 20 }
12- offsetYMin = { - 20 }
13- slowerScrollRate
14- >
15- < hr className = { style . hr } />
16- </ Parallax >
11+ < Svg svg = { divider } className = { style . divider } />
1712 < div className = { style . container } >
1813 < Svg
1914 svg = { boxBg }
Original file line number Diff line number Diff line change 88 position : relative ;
99 display : flex ;
1010 flex-flow : column wrap ;
11- align-items : space-around ;
12- justify-content : center ;
11+ justify-content : space-between ;
1312 align-items : center ;
1413 height : 50vh ;
15- margin-bottom : 100 vh ;
14+ margin-bottom : 25 vh ;
1615}
1716
18- :local(.hr ) {
19- position : absolute ;
20- top : -30% ;
21- transform : skewY (-10deg );
17+ :local(.divider ) {
18+ display : block ;
19+ width : 100% ;
2220}
2321
2422:local(.container ) {
You can’t perform that action at this time.
0 commit comments