0.0.19 use new file structure

This commit is contained in:
2023-07-17 18:48:33 +03:00
parent a7b014da20
commit 113e576d4c
9 changed files with 110 additions and 49 deletions

View File

@@ -768,6 +768,10 @@ section.profile {
flex-basis: 35px;
}
.info_profile{
width: clamp(400px, 827px, 900px)
}
.info_profile>h1 {
color: #272424;
font-family: Inter;
@@ -910,11 +914,32 @@ form.new_route>div{
margin-bottom: 30px;
margin-top: 30px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
form.new_route{
width:100%;
}
.departure_arrival>div,
.from_to_place>div,
.from_to_country>div
{
display: flex;
flex-direction: column;
flex: 1;
margin-right: 20px;
}
/*end create new route*/
/*end create new route*/
/*Range slider*/
/*Range slider end*/