Improve a bit the design

main
kirbylife 2023-10-03 17:38:10 -06:00
parent 90cba9b5bb
commit 273a66fbff
1 changed files with 2 additions and 0 deletions

View File

@ -89,12 +89,14 @@ main {
.keyboard {
display: grid;
grid-template-columns: repeat(20, 1fr);
gap: 2px;
}
.keyboard > button {
grid-column: span 2;
width: auto;
height: 60px;
border: 2px solid lightgray;
}
.keyboard > button.key-big {