diff --git a/test_data/src/style/authors.css b/test_data/src/style/authors.css index ea74052..8078321 100644 --- a/test_data/src/style/authors.css +++ b/test_data/src/style/authors.css @@ -4,18 +4,11 @@ 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; -} \ No newline at end of file +} diff --git a/test_data/src/style/home.css b/test_data/src/style/home.css new file mode 100644 index 0000000..9605d62 --- /dev/null +++ b/test_data/src/style/home.css @@ -0,0 +1,15 @@ +svg { + position: absolute; + top: 80px; + /* left: calc(50% - 50vw); */ + height: 100vh; + width: 100vw; + /* max-width: 1080px; */ +} + +canvas { + display: none; +} + + +