CSS-forced width & height fix
CSS prevented the width and the height being set by the project file
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
|
||||
#lime_canvas {
|
||||
display: block;
|
||||
height: 640px;
|
||||
width: ::WIN_WIDTH::px;
|
||||
height: ::WIN_HEIGHT::px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 2em;
|
||||
position: relative;
|
||||
width: 960px;
|
||||
}
|
||||
|
||||
</style>
|
||||
@@ -33,4 +33,4 @@
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user