Added background and connection questions

This commit is contained in:
WBHarry 2025-08-28 18:40:12 +02:00
parent 9dd773001d
commit def0adf1c8
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;
}
}
}
}