inital-release

This commit is contained in:
mike
2025-12-16 14:05:48 +01:00
parent f6ade94e1f
commit 795194ed59
2 changed files with 31 additions and 9 deletions

View File

@@ -170,7 +170,8 @@ body {
border-radius: 15px;
padding: 20px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
overflow: auto;
overflow: visible;
position: relative;
}
@media (max-width: 768px) {
@@ -182,6 +183,7 @@ body {
.puzzle-section {
padding: 10px;
border-radius: 10px;
overflow: visible;
}
}
@@ -193,6 +195,8 @@ body {
padding: 10px;
border-radius: 10px;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
margin: 0 auto;
max-width: 100%;
}
@media (max-width: 768px) {