0.0.188 media 360px main
This commit is contained in:
@@ -99,6 +99,8 @@
|
|||||||
}
|
}
|
||||||
.mid_block_static{
|
.mid_block_static{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
margin: 120px 10px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.wrapper_tab_button{
|
.wrapper_tab_button{
|
||||||
width: 55%;
|
width: 55%;
|
||||||
@@ -170,7 +172,7 @@
|
|||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
.news_block_main {
|
.news_block_main {
|
||||||
margin: 0 16px 120px 16px;
|
margin: 0 0 120px 0;
|
||||||
}
|
}
|
||||||
.news_item {
|
.news_item {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
@@ -213,11 +215,8 @@
|
|||||||
width: unset;
|
width: unset;
|
||||||
float: unset;
|
float: unset;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.sf_1_column{*/
|
|
||||||
/* padding: unset;*/
|
|
||||||
/*}*/
|
|
||||||
.second-footer>div{
|
.second-footer>div{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@@ -225,6 +224,18 @@
|
|||||||
padding: unset;
|
padding: unset;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.third-column>div{
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
#f_contacts{
|
||||||
|
margin-bottom: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.four-column>div:last-child>div{
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* footer*/
|
/* footer*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
<div><a href="{% url "static_page" "partners" %}">{% trans "Партнерам" %}</a></div>
|
<div><a href="{% url "static_page" "partners" %}">{% trans "Партнерам" %}</a></div>
|
||||||
<div><a href="{% url 'static_page' 'advertisement' %}">{% trans "Реклама" %}</a></div>
|
<div><a href="{% url 'static_page' 'advertisement' %}">{% trans "Реклама" %}</a></div>
|
||||||
<div><a href="{% url 'static_page' 'customer_service' %}">{% trans "Служба поддержки" %}</a></div>
|
<div><a href="{% url 'static_page' 'customer_service' %}">{% trans "Служба поддержки" %}</a></div>
|
||||||
<div><a href="{% url 'static_page' 'contacts' %}">{% trans "Контакты" %}</a></div>
|
<div id="f_contacts"><a href="{% url 'static_page' 'contacts' %}">{% trans "Контакты" %}</a></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="four-column">
|
<div class="four-column">
|
||||||
|
|||||||
Reference in New Issue
Block a user