Spaces:
Paused
Paused
File size: 402 Bytes
2a7394b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
.activate-container {
display: flex;
justify-content: center;
max-width: 800px;
margin: 0 auto;
max-height: calc(100vh - 80px);
}
.activate-card {
width: 100%;
height: calc(100vh - 80px);
overflow-y: auto;
}
.key-input-container {
display: flex;
margin-bottom: 24px;
gap: 16px;
}
.results-container {
margin-top: 24px;
border-top: 1px solid #f0f0f0;
padding-top: 16px;
} |