0.0.130 search routes

This commit is contained in:
SBD
2025-01-24 18:14:22 +03:00
parent e217506627
commit 4c7126f414
6 changed files with 130 additions and 31 deletions

View File

@@ -5,4 +5,10 @@
margin-top: 60px;
width: 100%;
text-align: center;
}
.routes_content_part{
margin-top: 50px;
display: grid;
grid-template-columns: 30% calc(100% - 30%);
}