0
0
Fork 0

Increase height of the bottom bar by a small amount

This commit is contained in:
Oliver-Akins 2020-12-18 18:40:55 -07:00
parent 0ddbaf064b
commit 82e6070976

View file

@ -37,7 +37,7 @@ export default {
@import "../css/style.css"; @import "../css/style.css";
#GameView { #GameView {
grid-template-rows: 70% 1fr 50px;
display: grid; display: grid;
grid-template-rows: 70% 1fr 40px;
} }
</style> </style>