Improve a bit the design
parent
90cba9b5bb
commit
273a66fbff
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue