feat: Enhance mobile responsiveness for container and modal styles in main and admin templates

This commit is contained in:
2026-04-17 19:18:46 +02:00
parent 20556f3500
commit 06c2270842
3 changed files with 43 additions and 30 deletions
+6 -4
View File
@@ -155,10 +155,12 @@ select:focus {
@media (max-width: 900px) {
.container {
width: calc(100% - 18px);
padding: 14px;
margin: 10px auto;
border-radius: 10px;
width: 100%;
max-width: 100%;
padding: 12px 12px 18px;
margin: 0;
border-radius: 0;
box-sizing: border-box;
}
}