Adjust attribute filter bar max-width for full-width layout

This commit is contained in:
Fabian Schieder 2026-03-30 23:13:45 +02:00
parent 695a078301
commit 6f1bc73073

View File

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