checkpoint
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
--ratio: 0.9;
|
||||
display: grid;
|
||||
grid-template-columns: min-content repeat(9, minmax(2rem, 4rem)) max-content;
|
||||
grid-template-rows: repeat(9, 1fr) auto;
|
||||
grid-template-rows: auto repeat(9, 1fr) auto;
|
||||
background-color: #444;
|
||||
gap: 3px;
|
||||
place-self: center;
|
||||
@@ -98,6 +98,15 @@
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
.controls {
|
||||
grid-column: span 11;
|
||||
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.controls .history {
|
||||
|
||||
}
|
||||
|
||||
@media all and (max-width: 1000px) {
|
||||
.game-board {
|
||||
|
||||
Reference in New Issue
Block a user