minor changes

This commit is contained in:
2025-11-24 16:32:13 +01:00
parent 3c23aae864
commit 6d0cada610
14 changed files with 1059 additions and 491 deletions

View File

@@ -95,6 +95,20 @@
line-height: 1.4;
}
.grid-weights {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 12px;
}
.form-field-inline {
display: flex;
flex-direction: column;
gap: 6px;
font-size: 13px;
color: #1c1e21;
}
.form-help a {
color: #1877f2;
text-decoration: none;