This commit is contained in:
2023-11-19 18:12:19 +03:00
parent b7a677d79d
commit 06661cb187
3 changed files with 15 additions and 6 deletions

View File

@@ -2210,7 +2210,7 @@
font-size: 16px;
font-weight: 500;
display: block;
padding-bottom: 10px;
padding-top: 15px;
padding-left: 10px;
}

View File

@@ -1042,7 +1042,7 @@ section.login>form {
}
.inputs_l {
width: 104%;
width: 100%;
height: 60px;
margin-bottom: 20px;
}
@@ -2239,12 +2239,17 @@ button#more_button{
margin: 0 auto;
}
.left_inputs_form{
float: left;
width: 45%;
/*float: left;*/
/*width: 45%;*/
display: inline-block;
width: 42%;
padding-right: 14px;
}
.right_inputs_form{
float: right;
/*float: right;*/
/*width: 50%;*/
width: 50%;
display: inline-block;
}
.counter-box{
@@ -2828,6 +2833,10 @@ details[open] summary ~ *{
margin-top: 30px;
}
.previous_next_news>.news_item:nth-child(2){
margin: 0 20px;
}

View File

@@ -62,7 +62,7 @@
</div>
<div class="clear_both"></div>
</form>