Fix: Hamburger menu styles.

This commit is contained in:
2025-08-07 10:39:04 +01:00
parent 3d2b753b79
commit e87490c3de
62 changed files with 3113 additions and 941 deletions

View File

@@ -1,5 +1,11 @@
#formFilters {
display: none;
}
.container-input {
margin: 0 auto;
}
.container-input input {
width: 250px;
}

View File

@@ -0,0 +1,4 @@
table.table-main thead tr th.company,
table.table-main tbody tr td.company {
display: none;
}