Improve a bit the design
parent
90cba9b5bb
commit
273a66fbff
|
@ -89,12 +89,14 @@ main {
|
||||||
.keyboard {
|
.keyboard {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(20, 1fr);
|
grid-template-columns: repeat(20, 1fr);
|
||||||
|
gap: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.keyboard > button {
|
.keyboard > button {
|
||||||
grid-column: span 2;
|
grid-column: span 2;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
border: 2px solid lightgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
.keyboard > button.key-big {
|
.keyboard > button.key-big {
|
||||||
|
|
Loading…
Reference in New Issue