From 3c20aa7933ea23e303001261dab2142ce4fd5f38 Mon Sep 17 00:00:00 2001 From: SBD Date: Sun, 10 Dec 2023 21:06:10 +0300 Subject: [PATCH] 0.0.123 --- static/aerbimCSS.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index c73bb6c..52b6807 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -1196,13 +1196,14 @@ body.n_scroll{ flex-direction: row; } .txt_part_w_one_present{ - width: 45%; + width: 43%; } .w_one_present.even .txt_part_w_one_present{ margin-right: 5%; } .w_one_present.odd .txt_part_w_one_present{ margin-left: 5%; + padding-left: 2%; } .title_w_one_present{ @@ -1223,11 +1224,13 @@ body.n_scroll{ color: #000000; font-size: 14px; font-weight: 400; + overflow-wrap: break-word; } .img_container_part_w_one_present{ width: 50%; -} + text-align: center; +}C .img_part_w_one_present{ width: 100%;