From 80515eb4e003d2176447c9cb28d5f68684a65e3a Mon Sep 17 00:00:00 2001 From: SBD Date: Fri, 19 Jan 2024 17:08:09 +0300 Subject: [PATCH] 0.0.162 --- static/aerbimCSSMOBILE.css | 24 ++++++++++++++++++++++++ templates/blocks/b_projects.html | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) 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 %}
-
+