diff --git a/style/main.css b/style/main.css index f1ac308..ff83bc1 100644 --- a/style/main.css +++ b/style/main.css @@ -502,28 +502,3 @@ main{ } } } - - -#posterWindow{ - visibility: collapse; - top: 5vh; - left: 5vw; -} - -#posterContainer{ - width: 100%; - height: 100%; - display: flex; - flex-direction: column; - align-items: center; - justify-content: space-around; -} - -canvas{ - visibility: collapse; - height: 110%; - width: auto; - position: absolute; - inset: 0; - z-index: -30; -}