diff --git a/static/css/styles.css b/static/css/styles.css index 232e17d..df31a19 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -793,11 +793,10 @@ section.profile { margin: auto; padding: 0px 40px; margin-bottom: 120px; + overflow: hidden; } -section.profile { - display: flex; -} + h2.title_new_route{ font-family: Inter; font-size: 44px; @@ -811,7 +810,8 @@ h2.title_new_route{ .menu_profile { width: 31%; - margin-right: 40px; + /*margin-right: 40px;*/ + float: left; } .menu_profile>div { @@ -821,7 +821,8 @@ h2.title_new_route{ box-shadow: -1px 4px 10px 0px rgba(198, 199, 203, 0.20), 0px -1px 10px 0px rgba(198, 199, 203, 0.20); margin-bottom: 10px; padding: 10px; - display: flex; + text-align: center; + position: relative; } .menu_profile>div>a { @@ -834,13 +835,13 @@ h2.title_new_route{ line-height: 22px; text-decoration: none; text-decoration: none; - display: block; width: 100%; - text-align: center; + } .menu_profile>div>img.svg { - flex-basis: 35px; + position: absolute; + left: 10px; } .selected{ @@ -857,7 +858,8 @@ h2.title_new_route{ } .info_profile{ - width: 69%; + width: calc(69% - 40px); + float: right; } .info_profile>h1 { @@ -955,7 +957,6 @@ h2.title_new_route{ select { display: block; height: 60px; - width: 200px; border-radius: 15px; border: 1px solid #E6E6E6; padding: 10px;