0.0.186
This commit is contained in:
@@ -955,7 +955,7 @@ body.n_scroll{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.how_dev_widget{
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -30,7 +30,7 @@ function getInfoAboutUser (){
|
||||
if (screen.width <= 800){
|
||||
user_type = 'mobile'
|
||||
} else if (screen.width > 1024) {
|
||||
user_type = 'desktop'
|
||||
user_type = 'desktop'
|
||||
} else if (screen.width >= 800 && screen.width <= 1024) {
|
||||
user_type = 'laptop'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user