0.0.162 routes

This commit is contained in:
SBD
2025-02-17 19:16:54 +03:00
parent 217b1d89ea
commit a68fe3970f
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
border-radius: 10px; border-radius: 10px;
position: relative; position: relative;
min-height: 254px; min-height: 254px;
margin-top: 20px;
.first_imgs_line, .second_imgs_line { .first_imgs_line, .second_imgs_line {
display: flex; display: flex;
align-items: center; align-items: center;

View File

@@ -6,7 +6,7 @@
{% endfor %} {% endfor %}
</div> </div>
{% if not last_block %} {% if not last_block %}
<div class="container_btns" data-next_page_btn="true" style="--justify: center;"> <div class="container_btns" data-next_page_btn="true" style="--justify: center;margin-top: 20px">
<div class="primary_btn" <div class="primary_btn"
onclick="loadMoreRoutes(this)" onclick="loadMoreRoutes(this)"
style="--padding: 19px 34px 21px 34px" style="--padding: 19px 34px 21px 34px"