16 lines
202 B
Text
16 lines
202 B
Text
|
body {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
#deck-container {
|
||
|
width: 100vw;
|
||
|
height: 100vh;
|
||
|
}
|
||
|
|
||
|
#deck-container canvas {
|
||
|
z-index: 1;
|
||
|
background: {{css_background_color or 'none'}};
|
||
|
}
|