little changes

This commit is contained in:
2019-11-03 02:23:28 +01:00
parent 55da5e6b28
commit 2cd305fee0
4 changed files with 39 additions and 21 deletions

View File

@ -41,13 +41,9 @@ div {
flex-wrap: wrap;
justify-content: center;
align-content: center;
margin: 4vmin;
margin: 2vmin auto;
text-align: center;
column-gap: 1vmin;
}
div * {
margin: auto 2vmin;
column-gap: 2vmin;
}
fieldset {

View File

@ -16,6 +16,7 @@
.locked-mino {
background: rgba(242, 255, 255, 0.5);
border-color: rgba(242, 255, 255, 0.7);
}
.cleared-line {