Remove unnecessary padding around game field

This commit is contained in:
Florine W. Dekker 2021-11-14 11:36:55 +01:00
parent 19baed4058
commit 7f0f93378e
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
3 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "minesweeper",
"version": "0.82.11",
"version": "0.82.12",
"description": "Just Minesweeper!",
"author": "F.W. Dekker",
"browser": "dist/bundle.js",

View File

@ -1,8 +1,3 @@
#mainContainer {
max-width: 100%;
padding: 6rem;
}
form {
display: inline;
}

View File

@ -33,7 +33,7 @@
<div id="contents">
<div id="header"></div>
<section class="container" id="mainContainer">
<section class="container">
<!-- Controls -->
<div class="row controls">
<div class="column">