0.0.167 small upgrade for static pages
This commit is contained in:
@@ -1763,7 +1763,7 @@ button#more_button{
|
||||
position: relative;
|
||||
width: 90%;
|
||||
height: 194px;
|
||||
margin: auto;
|
||||
margin: 0 auto 80px;;
|
||||
padding: 0 40px;
|
||||
}
|
||||
|
||||
@@ -1835,11 +1835,21 @@ button#more_button{
|
||||
display: flex;
|
||||
height: fit-content;
|
||||
align-items: flex-start;
|
||||
gap: 74px;
|
||||
gap: 20px;
|
||||
justify-content: space-around;
|
||||
margin-bottom: 20px
|
||||
|
||||
}
|
||||
|
||||
.benefit_img_about_service{
|
||||
display: flex;
|
||||
height: fit-content;
|
||||
align-items: flex-start;
|
||||
gap: 20px;
|
||||
justify-content: space-around;
|
||||
margin-bottom: 120px
|
||||
}
|
||||
|
||||
.benefit_img>img{
|
||||
align-self: center;
|
||||
}
|
||||
@@ -1862,7 +1872,7 @@ button#more_button{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.benefit_img>figure{
|
||||
.benefit_img_about_service>figure{
|
||||
display: flex;
|
||||
width: 197px;
|
||||
padding-top: 20px;
|
||||
@@ -1871,7 +1881,8 @@ button#more_button{
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
}
|
||||
.benefit_img>figure>img{
|
||||
.benefit_img_about_service>figure>img{
|
||||
max-width: 197px;
|
||||
width: 197px;
|
||||
height: 105px;
|
||||
border-radius: 10px;
|
||||
@@ -1882,7 +1893,7 @@ button#more_button{
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.benefit_img>figure>figcaption{
|
||||
.benefit_img_about_service>figure>figcaption{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -1890,7 +1901,7 @@ button#more_button{
|
||||
padding: 40px 40px 0px 40px;
|
||||
position: relative;
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
margin: 0 auto 120px;
|
||||
|
||||
|
||||
}
|
||||
@@ -2054,7 +2065,7 @@ button#send_feedback_form{
|
||||
.subscribes_container{
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
padding-top: 5%;
|
||||
padding-top: 120px;
|
||||
}
|
||||
|
||||
.color_title{
|
||||
@@ -2133,7 +2144,7 @@ button#send_feedback_form{
|
||||
.wrapper_tab_button {
|
||||
background: white;
|
||||
border-radius: 14px;
|
||||
width: 27%;
|
||||
width: 311px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@@ -2399,7 +2410,7 @@ details[open] summary ~ *{
|
||||
/*news_block_main_page*/
|
||||
.news_block_main {
|
||||
display: flex;
|
||||
margin: 0 80px 0 80px;
|
||||
margin: 0 80px 120px 80px;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
</div>
|
||||
<div class="clear_both"></div>
|
||||
|
||||
<div class="benefit_img">
|
||||
<div class="benefit_img_about_service">
|
||||
<figure>
|
||||
<img src="/static/img/svg/personal_call.svg" alt="">
|
||||
<figcaption>{% translate "Прямой контакт с перевозчиком/ отправителем" %}</figcaption>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
<div class="mid_block_static">
|
||||
<h2 id="title_static">{% translate "Почему это выгодно?" %}</h2>
|
||||
<div class="benefit_img">
|
||||
<div class="benefit_img_about_service">
|
||||
<figure>
|
||||
<img src="/static/img/svg/pc_img.svg" alt="">
|
||||
<figcaption>{% translate "Полное брендирвоание страницы или раздела" %}</figcaption>
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
</div>
|
||||
<div class="clear_both"></div>
|
||||
|
||||
<div class="benefit_img">
|
||||
<div class="benefit_img_about_service">
|
||||
<figure>
|
||||
<img src="/static/img/svg/personal_call.svg" alt="">
|
||||
<figcaption>{% translate "Прямой контакт с перевозчиком/ отправителем" %}</figcaption>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<span>{% translate "Вы можете разместить объявление о перевозке посылки и перевозчики со всего мира откликнуться на ваше объявление или воспользовавшись поиском на сайте найти перевозчика, который будет готов взять Вашу посылку и доставить в указанное место авто- или авива транспортом." %}</span>
|
||||
|
||||
<span>{% translate "Если же Вы часто путешествуете или в разъездах, Вы можете самостоятельно перевозить посылки и при этом получать бонусы и благодарности." %}</span>
|
||||
<div class="benefit_img">
|
||||
<div class="benefit_img_about_service">
|
||||
<figure>
|
||||
<img src="/static/img/svg/personal_call.svg" alt="">
|
||||
<figcaption>{% translate "Прямой контакт с перевозчиком/ отправителем" %}</figcaption>
|
||||
|
||||
Reference in New Issue
Block a user