Update UI styles in header, main, and menu components

This commit is contained in:
Rami Winestock
2023-12-19 16:26:02 +02:00
parent b105a2c3bf
commit cbf282ff18
4 changed files with 12 additions and 3 deletions

View File

@@ -39,4 +39,13 @@ a:hover {
.col-login {
max-width: 48rem;
}
.page {
width: fit-content;
min-width: 100%;
}
table.card-table thead th {
vertical-align: top;
}