14 lines
126 B
CSS
14 lines
126 B
CSS
svg {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.sprotty {
|
|
height: 100%;
|
|
}
|