Skip to content

Commit 01733fa

Browse files
committed
Displaying the splash cube smaller on mobile screens
1 parent 9c7016b commit 01733fa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

components/splash-viz/splash-viz-style.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,15 @@
3434
display:flex;
3535
flex:1 1 auto;
3636
align-items:center;
37+
justify-content: center;
3738

38-
img { width:100%; }
39+
img {
40+
width:50%;
41+
42+
@include break {
43+
width:100%;
44+
}
45+
}
3946
}
4047

4148
&__output {

0 commit comments

Comments
 (0)