remove BoardView margin
This commit is contained in:
parent
63d1b00e54
commit
1c830b0853
@ -56,7 +56,6 @@ const BoardView: FunctionComponent<{
|
|||||||
{isPlayer2 ? player2Pits : player1Pits}
|
{isPlayer2 ? player2Pits : player1Pits}
|
||||||
<style jsx>{`
|
<style jsx>{`
|
||||||
.board {
|
.board {
|
||||||
margin: 1vw;
|
|
||||||
padding: 2vw;
|
padding: 2vw;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(8, 11vw);
|
grid-template-columns: repeat(8, 11vw);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user