Merge remote-tracking branch 'origin/main'

This commit is contained in:
SBD
2023-11-25 12:48:50 +03:00
4 changed files with 37 additions and 29 deletions

View File

@@ -1572,6 +1572,8 @@ form.new_route>.button_register>#registration{
}
div.departure_arrival>div>input{
display: block;
border-radius: 15px;
@@ -2168,6 +2170,10 @@ button#more_button{
margin-top: 15px;
}
figure{
text-align: center;
}
.bottom_block_static{
padding: 40px 40px 0px 40px;
position: relative;
@@ -2186,7 +2192,7 @@ button#more_button{
.bottom_block_static>form>.inputs_l{
margin: auto;
padding: 0px 10px 10px 10px;
width: 30%;
width: 40%;
}
.bottom_block_static>form>.button_register{
margin: auto;
@@ -2706,7 +2712,7 @@ details[open] summary ~ *{
}
.news_item {
width: 48%;
width: 32%;
margin-bottom: 2%;
background-color: white;
filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20));
@@ -2881,7 +2887,7 @@ details[open] summary ~ *{
.previous_next_news{
display: flex;
justify-content: space-between;
/*justify-content: space-between;*/
margin-top: 30px;
}