add: search vehicles view & fixes: bugs state

This commit is contained in:
Alexandro Uc Santos
2024-08-17 18:56:22 -06:00
parent 3cd6715c4b
commit 84c0595f5b
24 changed files with 392 additions and 75 deletions

View File

@@ -83,17 +83,24 @@
}
.attachment p {
font-size: 1rem;
font-weight: 900;
color: black;
font-size: 1rem;
font-weight: 900;
color: black;
}
.attachment img {
width: 50%;
width: 33%;
justify-content: center;
align-items: center;
margin: 0 auto;
align-content: center;
}
@media (max-width: 568px) {
.attachment img {
width: 50%;
}
}
</style>