fixed canvas height

This commit is contained in:
klemek
2019-12-07 11:33:10 +01:00
parent d0294dd74f
commit 6d2997800e
2 changed files with 9 additions and 2 deletions
+6 -1
View File
@@ -75,10 +75,15 @@ td[colspan="5"] {
text-align: center;
}
#canvas-container{
height:20rem;
width:100%;
}
canvas {
display: block;
margin: auto;
height: 20rem;
height: 100%;
}
@media only screen and (min-width: 768px) {