diff --git a/static/css/styles.css b/static/css/styles.css index 909958f..1bea5fb 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -2137,7 +2137,7 @@ button#send_feedback_form{ .cards_item_1{ - width: 630px; + width: 48%; height: 322px; border-radius: 10px; background: #272424; @@ -2167,7 +2167,7 @@ button#send_feedback_form{ } .cards_item_2{ - width: 630px; + width: 48%; height: 322px; border-radius: 10px; background: #FFF; @@ -2208,7 +2208,7 @@ button#send_feedback_form{ .cards_item_3{ - width: 630px; + width: 48%; height: 322px; border-radius: 10px; background: #FFF; @@ -2229,7 +2229,7 @@ button#send_feedback_form{ .cards_item_4{ - width: 630px; + width: 48%; height: 322px; border-radius: 10px; background: #272424; diff --git a/templates/pages/p_main.html b/templates/pages/p_main.html index 98761b8..b04f862 100644 --- a/templates/pages/p_main.html +++ b/templates/pages/p_main.html @@ -189,13 +189,15 @@