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.

This commit is contained in:
2025-07-29 14:41:26 +05:00
parent 8f36f7d715
commit dd167d9aaa
2 changed files with 9 additions and 35 deletions

View File

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