0.0.138 little upd styles.css

This commit is contained in:
2023-09-18 14:19:04 +03:00
parent ef8e664276
commit 8a8fdbb8ec
2 changed files with 10 additions and 4 deletions

View File

@@ -997,6 +997,11 @@ h2.title_new_route{
left: 0px;
}
#customer>a,
#mover>a {
left: 3%
}
.menu_profile>div>img.svg {
position: absolute;
@@ -1750,8 +1755,9 @@ button#more_button{
.mid_block_static{
margin-top: 120px;
padding: 0px 40px 0px 40px;
padding: 40px 40px 0px 40px;
width: 80%;
margin: auto;
}
.mid_block_static>.text_wrapper>span{
@@ -1884,7 +1890,7 @@ button#more_button{
.map_wrapper{
position: absolute;
right: 8%;
top: 69%;
top: 57%;
z-index: -1;
}

View File

@@ -4,7 +4,7 @@
<h2 id=title_static>{{ page.title }}</h2>
<span id="sub_title_static">{{ page.description }}</span>
<div class="button_container">
<button id="more_button">{% translate "Узнать подробнее" %}</button>
<button id="more_button">{% translate "Отправить посылку" %}</button>
<button id="how_it_work_b">{% translate "Как это работает?" %}</button>
</div>