This commit is contained in:
team 1
2026-05-07 14:42:12 +02:00
parent 5237bb0c63
commit f136bec0d7
4 changed files with 193 additions and 129 deletions

View File

@@ -58,7 +58,7 @@ input, textarea, select {
}
.container {
max-width: 900px;
max-width: 1024px;
margin: 0 auto;
display: flex;
flex-direction: column;
@@ -85,8 +85,8 @@ input, textarea, select {
flex: 1;
overflow-y: auto;
padding: 1rem;
background: #121a25;
/*border: 1px solid var(--border);*/
/* background: #121a25;
border: 1px solid var(--border);*/
border-radius: 6px 6px 0 0;
/*box-shadow: 0px 0px 20px #ffffff26;*/
}