inital-release

This commit is contained in:
mike
2025-12-16 14:14:26 +01:00
parent 24cb98e75c
commit 1744f1b210
2 changed files with 15 additions and 9 deletions

View File

@@ -181,10 +181,13 @@ body {
}
.puzzle-section {
padding: 10px;
padding: 5px;
border-radius: 10px;
overflow: hidden;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
}
@@ -206,6 +209,9 @@ body {
padding: 5px;
gap: 1px;
width: fit-content;
margin: 0 auto;
display: grid;
place-items: center;
}
}