Set default

This commit is contained in:
Hyunchul Kim 2020-11-23 03:29:24 +09:00
parent c7d48aca8e
commit 94436b5395
2 changed files with 17 additions and 9 deletions

View file

@ -4,17 +4,10 @@ canvas {
height:100%;
}
* {
/* transition: 0.1s; */
}
.shape {
fill: #888888;
fill: rgba(0,0,0,0);
}
svg {
position: fixed;
position: absolute;
top: 80px;
height: calc(100vh - 100px);
width: 100vw;

View file

@ -0,0 +1,15 @@
svg {
position: absolute;
top: 80px;
/* left: calc(50% - 50vw); */
height: 100vh;
width: 100vw;
/* max-width: 1080px; */
}
canvas {
display: none;
}