footer hotfix

footer margin hotfix

hotfixy footera
This commit is contained in:
2023-07-19 13:30:17 +02:00
parent d932ebfa50
commit 428dd822a2
2 changed files with 19 additions and 1 deletions
+17
View File
@@ -316,6 +316,7 @@ export default defineComponent({
td {
text-align: center;
padding: 0.25em;
height: 85px;
}
td:first-child {
@@ -340,4 +341,20 @@ export default defineComponent({
}
}
}
@media screen and (max-width: $breakpointSm) {
.actions-panel {
align-items: stretch;
flex-direction: column;
}
.actions-panel_vehicles {
display: grid;
grid-template-columns: 1fr 1fr;
}
.actions-panel_search {
display: grid;
}
}
</style>