From dd167d9aaab34cc071d30da2fc9b3c150e488a5e Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Tue, 29 Jul 2025 14:41:26 +0500 Subject: [PATCH] Enhance pricing section layout: update _pricing.scss to use flexbox for better alignment and spacing. Modify breadcrumb links in show.blade.php for correct asset paths and simplify the layout by removing the sidebar, allowing for a more streamlined content presentation. --- resources/css/sass/section/_pricing.scss | 3 ++ .../web/pages/our-solutions/show.blade.php | 41 +++---------------- 2 files changed, 9 insertions(+), 35 deletions(-) diff --git a/resources/css/sass/section/_pricing.scss b/resources/css/sass/section/_pricing.scss index 8979af4..347f395 100644 --- a/resources/css/sass/section/_pricing.scss +++ b/resources/css/sass/section/_pricing.scss @@ -6,6 +6,8 @@ padding: 40px; border: 1px solid var(--border-color-2); border-radius: 10px; + display: flex; + flex-direction: column; &-price { span { font-size: 18px; @@ -25,6 +27,7 @@ margin-top: 35px; padding-top: 30px; border-top: 1px solid var(--border-color-2); + flex-grow: 1; ul { padding: 0; margin: 0; diff --git a/resources/views/web/pages/our-solutions/show.blade.php b/resources/views/web/pages/our-solutions/show.blade.php index 0207b34..3ebfbf0 100644 --- a/resources/views/web/pages/our-solutions/show.blade.php +++ b/resources/views/web/pages/our-solutions/show.blade.php @@ -2,14 +2,14 @@ @section('content') -