Skip to content

Commit ed9bae5

Browse files
committed
important in css
1 parent 2b792c4 commit ed9bae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ canvas {
2121
margin-top: 80px;
2222
// width: 100%;
2323
// height: 100%;
24-
width: var(--widthScreen);
25-
height: var(--heightScreen);
24+
width: var(--widthScreen) !important;
25+
height: var(--heightScreen) !important;
2626
// background-image: url(http://github.com/"cassette-depth.svg");
2727
}
2828

0 commit comments

Comments
 (0)