Grid Size

This commit is contained in:
Bastian Wagner
2024-10-22 11:29:52 +02:00
parent 8485343f4d
commit cda60a669e
8 changed files with 31 additions and 22 deletions

View File

@@ -29,11 +29,11 @@ html, body {
padding: 4px;
box-sizing: border-box;
border-radius: 6px;
background-size: 28px;
background-size: 20px;
background-position: center;
background-repeat: no-repeat;
width: 38px;
height: 38px;
width: 26px;
height: 26px;
}