This commit is contained in:
RochesterX
2025-12-01 23:34:36 -05:00
parent 1b039f1369
commit 511a3459c4
3 changed files with 23 additions and 3 deletions

View File

@@ -158,6 +158,23 @@ body {
white-space: nowrap;
}
.subtitle {
font: 12px tahoma, sans-serif;
color: var(--light-blue);
margin: 0;
}
.subtitle p {
margin: 0;
}
.logo-container {
display: flex;
flex-direction: column;
align-items: center;
gap: -20px;
}
.box table thead td {
font-weight: bold;
}