0.0.263 resize to mobile since 1180px

This commit is contained in:
2023-11-29 16:18:13 +03:00
parent 8e3b798bce
commit f32e127148
3 changed files with 76 additions and 69 deletions

View File

@@ -226,7 +226,7 @@ body {
header {
margin-top: 20px;
padding: 5px 10px;
padding: 5px 20px;
position: sticky;
top: 0;
background: #F8F8F8;
@@ -1310,16 +1310,27 @@ h2.title_new_route{
margin-bottom: 40px;
}
.info_profile>div:nth-child(4) {
.info_profile>div:nth-child(3) {
color: #272424;
font-family: Inter;
font-size: 16px;
font-style: normal;
margin-bottom: 40px;
margin-top: 20px;
font-weight: 400;
line-height: 22px;
}
.info_profile>div:nth-child(4) {
color: #272424;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
margin-bottom: 40px;
}
.info_profile>div:nth-child(5) {
color: #272424;
font-family: Inter;
@@ -1327,16 +1338,10 @@ h2.title_new_route{
font-style: normal;
font-weight: 400;
line-height: 22px;
margin-bottom: 40px;
}
.info_profile>div:nth-child(6) {
color: #272424;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
.info_profile>div:nth-child(3)>a {
color: #FF613A;
}
.info_profile>div:nth-child(4)>a {
@@ -1347,10 +1352,6 @@ h2.title_new_route{
color: #FF613A;
}
.info_profile>div:nth-child(6)>a {
color: #FF613A;
}
.profile_prof>img {
margin-right: 20px;
border-radius: 10px;
@@ -2490,6 +2491,7 @@ button#send_feedback_form{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}