Onboarding - responsive

This commit is contained in:
tejagerjovic 2022-08-12 11:24:01 +02:00
parent 4e96ecdae0
commit e4818d75a0
2 changed files with 50 additions and 0 deletions

View File

@ -33314,6 +33314,32 @@ div.wrap1360.subpage_ div#three {
display: none !important; display: none !important;
} }
} }
@media (max-width: 1100px) {
.no_survey_title {
font-size: 24px !important;
width: 92vw !important;
margin-top: 16px;
}
}
@media (max-width: 1100px) {
.no_survey_box,
#no_survey_features {
width: 92vw !important;
}
}
@media (max-width: 1100px) {
#no_survey_video {
width: 92vw !important;
aspect-ratio: 16/9;
}
#no_survey_video p {
height: 100%;
}
#no_survey_video p iframe {
width: 100%;
height: 100%;
}
}
@media (max-width: 850px) { @media (max-width: 850px) {
body #main_holder #main { body #main_holder #main {
margin: 70px 0 0 0; margin: 70px 0 0 0;

View File

@ -73,3 +73,27 @@ div.wrap1360 {
} }
} }
} }
//Oboarding screen
.no_survey_title {
font-size: 24px !important;
width: 92vw !important;
margin-top: 16px;
}
.no_survey_box,
#no_survey_features {
width: 92vw !important;
}
#no_survey_video {
width: 92vw !important;
aspect-ratio: 16/9;
p {
height: 100%;
iframe {
width: 100%;
height: 100%
}
}
}