removing borders from card class

This commit is contained in:
HB9HIL
2023-11-15 17:04:54 +01:00
parent d4af8947de
commit c5e0d26696

View File

@@ -20,6 +20,10 @@ thead > tr > td {
top: 45px;
}
.card {
border: none;
}
.dashboard {
padding-top: 15px;
}