Adjust attribute filter bar max-width for full-width layout
This commit is contained in:
parent
695a078301
commit
6f1bc73073
@ -166,7 +166,7 @@
|
|||||||
align-items: flex-end; /* Align inputs and labels beautifully */
|
align-items: flex-end; /* Align inputs and labels beautifully */
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 1200px;
|
max-width: 100%; /* Changed from 1200px to allow full width */
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user