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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user