Added a counter for the number of vehicles in the search.

This commit is contained in:
2025-10-25 18:23:26 +02:00
parent 4cc95d5b13
commit 4b7fcb16c1
3 changed files with 44 additions and 17 deletions

View File

@@ -61,6 +61,17 @@ p {
box-shadow: 0 0 5px rgba(52, 152, 219, 0.3);
}
.num {
margin-top: 5px;
margin-bottom: 5px;
max-width: 150px;
margin-left: auto;
margin-right: auto;
background-color: #333;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
table {
border-collapse: separate;
border-spacing: 0;