diff --git a/static/css/styles.css b/static/css/styles.css index 2d9f93c..66b0f8f 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -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*/ \ No newline at end of file + +/*end create new route*/ + + +/*Range slider*/ + + + +/*Range slider end*/ \ No newline at end of file diff --git a/static/js/registration.js b/static/js/registration.js index e4d731d..d2a3418 100644 --- a/static/js/registration.js +++ b/static/js/registration.js @@ -23,3 +23,4 @@ function SendRegistrationForm(el){ }); } + diff --git a/templates/blocks/profile/b_new_route.html b/templates/blocks/profile/b_new_route.html index fcfd235..134c9c4 100644 --- a/templates/blocks/profile/b_new_route.html +++ b/templates/blocks/profile/b_new_route.html @@ -1,7 +1,11 @@ +{% load static %} +