From a8e31e7a388bf74a0aeeec505b3a1f3a429a10bc Mon Sep 17 00:00:00 2001 From: SBD Date: Fri, 8 Dec 2023 18:35:04 +0300 Subject: [PATCH] 0.0.85 --- static/aerbimCSS.css | 4 ++++ templates/blocks/block_elements/be_button.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 28af0e3..2c7aba5 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -971,11 +971,15 @@ body.n_scroll{ object-position: bottom; height: 200px; } +.txt_container_item_features{ + text-align: -webkit-center; +} .description_item_features_container{ font-size: 14px; font-weight: 300; color: #000000; + text-align: left; } .title_item_features_container{ diff --git a/templates/blocks/block_elements/be_button.html b/templates/blocks/block_elements/be_button.html index a7d0b14..1597149 100644 --- a/templates/blocks/block_elements/be_button.html +++ b/templates/blocks/block_elements/be_button.html @@ -10,7 +10,7 @@ border-radius: 5px; transition: 200ms; margin-top: 8px; - padding-left: 10px; + text-align: center; } .{{ widget.name_w }}_{{ widget.id }}_widget_btn_a:hover { background: {{ widget.but_color }};