This commit is contained in:
WBHarry 2026-03-10 22:37:58 +01:00
parent af04fb33d0
commit 62ec3fba38
10 changed files with 263 additions and 64 deletions

View file

@ -587,6 +587,13 @@
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
> label {
grid-column: span 2;
text-align: center;
font-size: var(--font-size-18);
font-weight: bold;
}
}
}
@ -612,11 +619,8 @@
.button-container {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
justify-content: space-between;
width: 100%;
}
}