Merge remote-tracking branch 'origin/main'

This commit is contained in:
SDE
2024-02-11 21:21:11 +03:00
3 changed files with 26 additions and 3 deletions

View File

@@ -955,7 +955,7 @@ body.n_scroll{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
justify-content: left;
}
.how_dev_widget{

View File

@@ -297,6 +297,12 @@
}
@media (max-width: 800px) {
.how_dev_container_widgets {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.mobile_switchers_f_projects{
display: block;
margin-top: 10px;
@@ -466,6 +472,7 @@
}
@media (max-width: 700px) {
.flex_container_footer{
flex-wrap: wrap;
justify-content: right;
@@ -508,6 +515,22 @@
width: 100%;
justify-content: center;
}
.container_content_features_block_item{
width: 100%;
}
.img_item_container_functional_features{
height: unset;
}
.img_item_functional_features{
object-fit: unset;
object-position: unset;
height: unset;
width: 100%;
}
.description_item_features_container{
text-align: center;
width: 100%;
}
}
@media (max-width: 600px) {

View File

@@ -391,7 +391,7 @@ function changeSlideProject (el,type) {
// go to download plugin
function redirectToDownloadPlugin () {
let lang = document.querySelector(".name_language").innerHTML
if (getInfoAboutUser()[0] === 'mobile'){
if (getInfoAboutUser()[0] === 'mobile' || getInfoAboutUser()[0] === 'laptop'){
lang = document.querySelector(".name_language.curtain").innerHTML
}