0.0.161 routes

This commit is contained in:
SBD
2025-02-17 17:20:04 +03:00
parent e3fd8457c0
commit 4f2e3776ed
3 changed files with 57 additions and 9 deletions

View File

@@ -12,11 +12,14 @@
display: grid;
grid-template-columns: 30% calc(100% - 30% - 41px);
gap: 41px;
/*.routes_search_results{*/
/* @media (max-width: 1160px) {*/
/* width: calc(100dvw - 40px);*/
/* }*/
/*}*/
.routes_search_results{
.next_page{
margin: 50px 0;
width: 100%;
background: #212121;
height: 1px;
}
}
@media (max-width: 1440px) {
margin-top: 40px;
}