add: search vehicles view & fixes: bugs state
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user