Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -2461,7 +2461,11 @@
|
|||||||
width: 320px;
|
width: 320px;
|
||||||
top: 0;
|
top: 0;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding-top: 8px;
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu_buttons.right.open .menu_profile{
|
||||||
|
padding-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -769,19 +769,10 @@ header>div:last-child>div:nth-child(2)>.svg {
|
|||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.second-footer>div>div:last-child>div>a {
|
|
||||||
color: #272424;
|
|
||||||
/* Body text 2 */
|
|
||||||
font-family: Inter;
|
|
||||||
font-size: 16px;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 400;
|
|
||||||
line-height: 22px;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.first-column>div:nth-child(2)>div:last-child>input:focus-visible {
|
|
||||||
|
.footer_input_button:focus-visible {
|
||||||
outline: unset;
|
outline: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2871,14 +2862,14 @@ details[open] summary ~ *{
|
|||||||
width: 76%;
|
width: 76%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.news_item_pagination .odd .pag_news_img,
|
.news_item_pagination.odd .pag_news_img,
|
||||||
.news_item_pagination .odd .pag_news_item_text{
|
.news_item_pagination.odd .pag_news_item_text{
|
||||||
float: left;
|
float: left;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
.news_item_pagination .even .pag_news_img,
|
.news_item_pagination.even .pag_news_img,
|
||||||
.news_item_pagination .even .pag_news_item_text{
|
.news_item_pagination.even .pag_news_item_text{
|
||||||
float: right;
|
float: right;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
@@ -2922,9 +2913,7 @@ details[open] summary ~ *{
|
|||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.previous_next_news>.news_item:nth-child(2){
|
|
||||||
margin: 0 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.self_news_text{
|
.self_news_text{
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% if not from_el or forloop.counter > from_el %}
|
{% if not from_el or forloop.counter > from_el %}
|
||||||
<div class="news_item_pagination">
|
<div class="news_item_pagination {% if forloop.counter|divisibleby:2 %}even{% else %}odd{% endif %}">
|
||||||
<a href="{% url "article_one" art.url %}">
|
<a href="{% url "article_one" art.url %}">
|
||||||
<div class="pag_news_img"><img src="{{ MEDIA_URL }}{{ art.picture }}" /></div>
|
<div class="pag_news_img"><img src="{{ MEDIA_URL }}{{ art.picture }}" /></div>
|
||||||
<div class="pag_news_item_text">
|
<div class="pag_news_item_text">
|
||||||
|
|||||||
Reference in New Issue
Block a user