This commit is contained in:
2023-09-16 17:06:27 +03:00
parent 636d97250b
commit ae4d871d90
3 changed files with 5 additions and 5 deletions

View File

@@ -555,6 +555,7 @@
padding-left: 5px;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}

View File

@@ -210,10 +210,9 @@ body {
header {
max-width: 1280px;
margin: auto;
margin-top: 40px;
margin-bottom: 60px;
padding: 0px 40px;
padding: 40px 40px 60px 40px;
/* margin-bottom: 60px; */
/* padding: 0px 40px; */
}

View File

@@ -65,7 +65,7 @@
</span>
</div>
<div class="text_another_subscribe padding-n-width-another-subscribes">
Период:<span class="orange-text">{{ item.period_name }}</span>
Период: <span class="orange-text">{{ item.period_name }}</span>
</div>
<button class="read_more_about_subscribe" onclick="send_subscribe({{ item.id }})">Перейти</button>
</div>