Added background and connection questions (#1109)

This commit is contained in:
WBHarry 2025-08-29 01:26:22 +02:00 committed by GitHub
parent 8fd63d5963
commit c6741b1c7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 201 additions and 39 deletions

View file

@ -43,4 +43,18 @@
}
}
}
.tab.questions {
.questions-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
.questions-section {
display: flex;
flex-direction: column;
gap: 4px;
}
}
}
}