From 6c588496c8b10296f0b1f7fea820dbe87a463beb Mon Sep 17 00:00:00 2001 From: SBD Date: Fri, 19 Jan 2024 19:25:58 +0300 Subject: [PATCH] 0.0.173 --- static/aerbimCSSMOBILE.css | 5 ++++- templates/blocks/b_how_dev.html | 10 ++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/static/aerbimCSSMOBILE.css b/static/aerbimCSSMOBILE.css index 9ec6068..d05ba6a 100644 --- a/static/aerbimCSSMOBILE.css +++ b/static/aerbimCSSMOBILE.css @@ -290,6 +290,9 @@ .plugin_container{ margin: 0 0 1% 0; } + .plugin_description { + margin-bottom: 10px; + } .right_part_plugin_container{ display: none; } @@ -428,7 +431,7 @@ width: 100%; } .right_part_footer{ - width: calc(100% - 100px); + width: 200px; text-align: -webkit-right; float: right; margin-top: 60px; diff --git a/templates/blocks/b_how_dev.html b/templates/blocks/b_how_dev.html index 8ae8be4..4ecd2e1 100644 --- a/templates/blocks/b_how_dev.html +++ b/templates/blocks/b_how_dev.html @@ -32,11 +32,13 @@ - {% if not forloop.last %} -
+ +
+ {% if not forloop.last %} -
- {% endif %} + {% endif %} +
+ {% endfor %}