diff --git a/static/aerbimCSSMOBILE.css b/static/aerbimCSSMOBILE.css index 6d3bce4..9932697 100644 --- a/static/aerbimCSSMOBILE.css +++ b/static/aerbimCSSMOBILE.css @@ -392,6 +392,12 @@ } @media (max-width: 600px) { + .service_block_container { + margin: unset; + /* margin-bottom: 70px; */ + padding: unset; + } + .right_part_plugin_container{ display: none; } @@ -429,10 +435,28 @@ .description_item_features_container{ width: 100%; } + .right_part_proj{ + width: 100%; + height: unset; + margin-top: 20px; + } + .left_part_proj{ + width: 100%; + } + .left_part_b_projects_slider{ + display: none; + } + .right_part_b_projects_slider{ + display: none; + } + .info_part_b_projects_slider{ + width: 100%; + } } @media (max-width: 500px) { .service_block_container{ text-align: -webkit-left; } + } \ No newline at end of file diff --git a/templates/blocks/b_projects.html b/templates/blocks/b_projects.html index 76c42f1..1b6dec4 100644 --- a/templates/blocks/b_projects.html +++ b/templates/blocks/b_projects.html @@ -10,7 +10,7 @@ {% load static %} {% if page.get_projects %}