Adjust inside container to content without any padding

This commit is contained in:
Jean-Baptiste Bellet
2023-07-18 14:55:36 +02:00
parent 364ae5c0c6
commit 2814368670

View File

@@ -11,6 +11,10 @@
position: static;
}
#products-content .container {
padding: 0;
}
// Hopefully these rules will be moved to component(s).
table.products {
table-layout: fixed; // Column widths are based solely on col definitions (not content). This allows more efficient rendering.