diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-07-22 23:28:21 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-07-22 23:28:21 +0200 |
commit | 61106b34eca95709d5c79eaf5376ea5158074abb (patch) | |
tree | a6db4ee4bd5b33b518cb02b675b076ade3290466 /web/style.css | |
parent | 46c1add9b4d31adf2ed4803c0b74a99df5856922 (diff) | |
download | meteo_toolbox-61106b34eca95709d5c79eaf5376ea5158074abb.tar.gz |
slightly changed index
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 { |