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%;