mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Adjust inside container to content without any padding
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user