File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 6
6
display :flex ;
7
7
height :calc (100vh - 55px );
8
8
min-height :320px ;
9
+ max-height :960px ;
9
10
background :getColor (elephant );
10
11
11
12
& __modules ,
30
31
display :none ;
31
32
32
33
@include break {
33
- display :block ;
34
+ display :flex ;
35
+ align-items :center ;
36
+ justify-content :center ;
34
37
}
35
38
}
36
39
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import React from 'react';
2
2
import Link from '../link/link' ;
3
3
import SplashFile from '../splash-file/splash-file' ;
4
4
import Icon from '../../assets/icon-square-big.svg' ;
5
+ import Modules from '../../assets/modules.png' ;
5
6
import './splash-viz-style' ;
6
7
7
8
export default class SplashViz extends React . Component {
@@ -23,7 +24,7 @@ export default class SplashViz extends React.Component {
23
24
return (
24
25
< section className = "splash-viz" >
25
26
< div className = "splash-viz__modules" >
26
-
27
+ < img src = { Modules } />
27
28
</ div >
28
29
29
30
< div className = "splash-viz__icon" >
You can’t perform that action at this time.
0 commit comments