diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-10-19 00:35:21 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-10-19 00:35:21 +0200 |
commit | c8bea45ab34ea2b488112b73b5a00e2c81bcfd8e (patch) | |
tree | 1f4136809aa21883b8f1f29f76d70e1042c031ae | |
parent | f94fbf99dc0bf9fd8d5d8b2181636d6fd2d007e4 (diff) | |
download | meteo_toolbox-c8bea45ab34ea2b488112b73b5a00e2c81bcfd8e.tar.gz |
fix style
-rw-r--r-- | web/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/style.css b/web/style.css index 41d8166..a16c0f5 100644 --- a/web/style.css +++ b/web/style.css @@ -1,7 +1,7 @@ :root { --dummy: white; --indexwidth: 100px; - --productindex-width: 150px; + --productindex-width: 250px; } body { |