Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -851,8 +851,10 @@ body.n_scroll{
|
||||
|
||||
.footer_el{
|
||||
width: 200px;
|
||||
margin-right: 50px;
|
||||
margin-bottom: 20px;
|
||||
/*margin-right: 50px;*/
|
||||
/*margin-bottom: 20px;*/
|
||||
padding: 25px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.footer_name_str{
|
||||
@@ -872,11 +874,15 @@ body.n_scroll{
|
||||
|
||||
.right_part_footer{
|
||||
width: 200px;
|
||||
float: right;
|
||||
padding: 25px;
|
||||
}
|
||||
.footer_el_childs{
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.cut-width.footer{
|
||||
padding: 25px 0;
|
||||
}
|
||||
.footer_name_str{
|
||||
margin-top: 20px;
|
||||
display: block;
|
||||
@@ -897,7 +903,7 @@ body.n_scroll{
|
||||
padding: 15px 0;
|
||||
color: #FB6952;
|
||||
background: none;
|
||||
width: 100%;
|
||||
width: 200px;
|
||||
transition: 200ms;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
@@ -918,6 +924,13 @@ body.n_scroll{
|
||||
|
||||
.inf_contacts_footer{
|
||||
padding: 20px 0 15px 0;
|
||||
width: 200px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.logo_container_footer{
|
||||
width: 200px;
|
||||
text-align: -webkit-left;
|
||||
}
|
||||
|
||||
.txt_footer{
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
.form_feedback_container {
|
||||
margin: 0 1.5%;
|
||||
width: 97%;
|
||||
scroll-margin-top: 140px;
|
||||
scroll-margin-top: 90px;
|
||||
}
|
||||
.cut-width.margin_1_{
|
||||
margin: 0 1%;
|
||||
@@ -176,10 +176,10 @@
|
||||
height: 40px;
|
||||
}
|
||||
.right_part_header_mobile{
|
||||
width: 77%;
|
||||
/*width: 77%;*/
|
||||
display: flex;
|
||||
-webkit-justify-content: right;
|
||||
justify-content: right;
|
||||
/*-webkit-justify-content: right;*/
|
||||
/*justify-content: right;*/
|
||||
align-items: center;
|
||||
height: 41px;
|
||||
}
|
||||
@@ -485,15 +485,15 @@
|
||||
.footer_els_container{
|
||||
width: 100%;
|
||||
}
|
||||
.right_part_footer{
|
||||
width: 200px;
|
||||
text-align: -webkit-right;
|
||||
float: right;
|
||||
margin-top: 60px;
|
||||
}
|
||||
.footer_el{
|
||||
width: 100%;
|
||||
}
|
||||
/*.right_part_footer{*/
|
||||
/* width: 40%;*/
|
||||
/* text-align: -webkit-left;*/
|
||||
/* float: right;*/
|
||||
/* !*margin-top: 60px;*!*/
|
||||
/*}*/
|
||||
/*.footer_el{*/
|
||||
/* width: 40%;*/
|
||||
/*}*/
|
||||
|
||||
}
|
||||
|
||||
@@ -511,6 +511,18 @@
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.right_part_footer {
|
||||
width: 87%;
|
||||
text-align: -webkit-right;
|
||||
float: right;
|
||||
/* margin-top: 60px; */
|
||||
}
|
||||
.footer_el {
|
||||
width: 40%;
|
||||
}
|
||||
.footer_el{
|
||||
width: 89%;
|
||||
}
|
||||
.service_block_container {
|
||||
margin: unset;
|
||||
/* margin-bottom: 70px; */
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
{% load i18n %}
|
||||
{% load admin_interface_tags %}
|
||||
<div class="block_footer">
|
||||
<div class="cut-width">
|
||||
<div class="flex_container_footer">
|
||||
<div class="footer_els_container">
|
||||
<div class="cut-width footer">
|
||||
{# <div class="flex_container_footer">#}
|
||||
{# <div class="footer_els_container">#}
|
||||
{# {% for item in sections %}#}
|
||||
<div class="footer_el">
|
||||
<div class="footer_name_title medium_txt">
|
||||
@@ -24,7 +24,7 @@
|
||||
</div>
|
||||
|
||||
{# {% endfor %}#}
|
||||
</div>
|
||||
{# </div>#}
|
||||
<div class="right_part_footer">
|
||||
<div class="logo_container_footer">
|
||||
<img src="{% static "/images/logo_aerbim_footer.svg" %}" class="logo_footer">
|
||||
@@ -36,6 +36,7 @@
|
||||
</div>
|
||||
<a href="{% url 'contacts' %}" class="btn_contacts_footer">{% translate "Контакты" %}</a>
|
||||
</div>
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user