From 0461dc78bec5676b09579a37d824cf40b17759e8 Mon Sep 17 00:00:00 2001 From: SBD Date: Tue, 28 Nov 2023 17:53:12 +0300 Subject: [PATCH] 0.0.44 --- static/aerbimCSS.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index e420a2b..8aa5bef 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -368,15 +368,18 @@ body,html{ .descript_process_block{ display: flex; - width: calc(100% - 276px); + width: 100%; padding-bottom: 70px; margin: auto; + flex-wrap: wrap; + justify-content: center; } .descript_process_container{ - width: 25%; + width: 250px; background: none; text-align: -webkit-center; + margin-bottom: 23px; } .photo_container_descript_process{