diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index d76a91b..419788b 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -1057,4 +1057,58 @@ body.n_scroll{ .description_slide{ overflow-wrap: break-word; +} + +/* presentation aerBim*/ + +.container_block_presentation_aerBim{ + width: 100%; + display: block; +} + +.w_one_present{ + width: 100%; + display: flex; + flex-wrap: wrap; + margin-bottom: 100px; +} + +.w_one_present.odd{ + flex-direction: row-reverse; +} +.w_one_present.even{ + flex-direction: row; +} +.txt_part_w_one_present{ + width: 45%; +} +.w_one_present.even .txt_part_w_one_present{ + margin-right: 5%; +} +.w_one_present.odd .txt_part_w_one_present{ + margin-left: 5%; +} + +.title_w_one_present{ + color: #000000; + text-transform: uppercase; + font-size: 36px; + font-weight: 600; +} + +.splinner_w_one_present{ + height: 1px; + margin: 30px 0; + width: 50%; + background: #9CDDF7; +} + +.description_w_one_present{ + color: #000000; + font-size: 16px; + font-weight: 400; +} + +.img_container_part_w_one_present{ + width: 50%; } \ No newline at end of file diff --git a/templates/blocks/b_presentation_aerBim.html b/templates/blocks/b_presentation_aerBim.html index 689eac6..304652a 100644 --- a/templates/blocks/b_presentation_aerBim.html +++ b/templates/blocks/b_presentation_aerBim.html @@ -3,7 +3,7 @@