diff options
Diffstat (limited to 'web/style.css')
-rw-r--r-- | web/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/style.css b/web/style.css index a16c0f5..13ab34c 100644 --- a/web/style.css +++ b/web/style.css @@ -1,7 +1,7 @@ :root { --dummy: white; - --indexwidth: 100px; - --productindex-width: 250px; + --indexwidth: 250px; + --productindex-width: 150px; } body { |